php-src/win32/grp.h
2002-04-04 20:10:20 +00:00

7 lines
87 B
C

struct group {
char *gr_name;
char *gr_passwd;
int gr_gid;
char **gr_mem;
};