src/server/public/auth.h

changeset 162
b169992137a8
parent 161
aadda87bad1b
child 211
2160585200ac
equal deleted inserted replaced
161:aadda87bad1b 162:b169992137a8
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 #ifdef _WIN32 38 #ifdef XP_WIN32
39 typedef int uid_t; 39 typedef int uid_t;
40 typedef int gid_t; 40 typedef int gid_t;
41 #endif 41 #endif
42 42
43 typedef struct auth_db AuthDB; 43 typedef struct auth_db AuthDB;

mercurial