~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to vio/violite.h

Merged fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
};
38
38
 
39
39
 
 
40
struct st_vio;                                  /* Only C */
 
41
typedef struct st_vio Vio;
 
42
 
40
43
#define VIO_LOCALHOST 1                         /* a localhost connection */
41
44
#define VIO_BUFFERED_READ 2                     /* use buffered read */
42
45
#define VIO_READ_BUFFER_SIZE 16384              /* size of read buffer */