~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/vio.h

  • Committer: Tim Penhey
  • Date: 2010-01-20 02:39:01 UTC
  • mto: This revision was merged to the branch mainline in revision 1275.
  • Revision ID: tim.penhey@canonical.com-20100120023901-8teeunid6gwlthzx
Add in a rot 13 function.

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
 
 
30
27
/* Simple vio interface in C;  The functions are implemented in violite.c */
31
28
 
32
29
enum enum_vio_type
136
133
  char                  *read_buffer;   /* buffer for drizzleclient_vio_read_buff */
137
134
};
138
135
 
139
 
} /* namespace drizzle_procotol */
140
 
 
141
136
#endif /* PLUGIN_DRIZZLE_PROTOCOL_VIO_H */