~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/vio.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <sys/socket.h>
25
25
#include <errno.h>
26
26
 
 
27
namespace drizzle_protocol
 
28
{
 
29
 
27
30
/* Simple vio interface in C;  The functions are implemented in violite.c */
28
31
 
29
32
enum enum_vio_type
133
136
  char                  *read_buffer;   /* buffer for drizzleclient_vio_read_buff */
134
137
};
135
138
 
 
139
} /* namespace drizzle_procotol */
 
140
 
136
141
#endif /* PLUGIN_DRIZZLE_PROTOCOL_VIO_H */