/* * Drizzle Client & Protocol Library * * Copyright (C) 2008 Eric Day (eday@oddments.org) * All rights reserved. * * Use and distribution licensed under the BSD license. See * the COPYING file in this directory for full text. */ /** * @file * @brief Command Declarations for Servers */ #ifndef __DRIZZLE_COMMAND_SERVER_H #define __DRIZZLE_COMMAND_SERVER_H #ifdef __cplusplus extern "C" { #endif /** * @addtogroup drizzle_command_server Command Declarations for Servers * @ingroup drizzle_server_interface * * These functions allow you to read comands on a connection. * @{ */ /** @} */ #ifdef __cplusplus } #endif #endif /* __DRIZZLE_COMMAND_SERVER_H */