2
* Drizzle Client & Protocol Library
4
* Copyright (C) 2008 Eric Day (eday@oddments.org)
7
* Use and distribution licensed under the BSD license. See
8
* the COPYING file in this directory for full text.
13
* @brief Command Declarations for Servers
16
#ifndef __DRIZZLE_COMMAND_SERVER_H
17
#define __DRIZZLE_COMMAND_SERVER_H
24
* @addtogroup drizzle_command_server Command Declarations for Servers
25
* @ingroup drizzle_server_interface
27
* These functions allow you to read comands on a connection.
37
#endif /* __DRIZZLE_COMMAND_SERVER_H */