~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to vio/vio_priv.h

merged from mtaylors codestyle branch that also did removepassword

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#define DONT_MAP_VIO
19
19
#include <my_global.h>
20
 
#include <mysql_com.h>
 
20
#include <drizzle_com.h>
21
21
#include <my_sys.h>
22
22
#include <m_string.h>
23
23
#include <violite.h>
24
24
 
25
 
/* Windows lacks a netdb.h */
26
 
#ifdef __WIN__
27
 
#include <Ws2tcpip.h>
28
 
#else
29
25
#include <sys/socket.h>
30
26
#include <netdb.h>
31
 
#endif
32
 
 
33
27
 
34
28
void    vio_ignore_timeout(Vio *vio, uint which, uint timeout);
35
29
void    vio_timeout(Vio *vio,uint which, uint timeout);