src/server/public/auth.h

changeset 161
aadda87bad1b
parent 147
d050449c3b9e
child 162
b169992137a8
equal deleted inserted replaced
160:389bd0e1ffa9 161:aadda87bad1b
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 #ifdef XP_WIN32 38 #ifdef _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