~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/pack.h

Further drizzleclient cleanup. Starting to move all NET related functions into Protocol, removed some dead code, removing drizzleclient dependencies spread throughout drizzled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <stdint.h>
24
24
 
 
25
#define NULL_LENGTH UINT32_MAX
 
26
 
25
27
#ifdef __cplusplus
26
28
extern "C" {
27
29
#endif