src/server/public/auth.h

changeset 147
d050449c3b9e
parent 66
74babc0082b7
child 161
aadda87bad1b
equal deleted inserted replaced
146:a9591a91c004 147:d050449c3b9e
31 31
32 #include <sys/types.h> 32 #include <sys/types.h>
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif
37
38 #ifdef XP_WIN32
39 typedef int uid_t;
40 typedef int gid_t;
36 #endif 41 #endif
37 42
38 typedef struct auth_db AuthDB; 43 typedef struct auth_db AuthDB;
39 typedef struct user User; 44 typedef struct user User;
40 45

mercurial