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 Field Declarations for Servers
16
#ifndef __DRIZZLE_FIELD_SERVER_H
17
#define __DRIZZLE_FIELD_SERVER_H
24
* @addtogroup drizzle_field_server Field Declarations for Servers
25
* @ingroup drizzle_server_interface
27
* These functions allow you to send a field over a connection.
32
drizzle_return_t drizzle_field_write(drizzle_result_st *result,
33
const drizzle_field_t field, size_t size,
42
#endif /* __DRIZZLE_FIELD_SERVER_H */