~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/vio.h

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * Purpose: include file for Vio that will work with C and C++
19
19
 */
20
20
 
21
 
#ifndef LIBDRIZZLE_VIO_H
22
 
#define LIBDRIZZLE_VIO_H
 
21
#ifndef LIBDRIZZLECLIENT_VIO_H
 
22
#define LIBDRIZZLECLIENT_VIO_H
23
23
 
24
24
#include <sys/socket.h>
25
25
#include <errno.h>
142
142
  char                  *read_buffer;   /* buffer for vio_read_buff */
143
143
};
144
144
 
145
 
#endif /* LIBDRIZZLE_VIO_H */
 
145
#endif /* LIBDRIZZLECLIENT_VIO_H */