cado/get_user_groups.h

6 lines
90 B
C

#ifndef GET_USER_GROUPS_H
#define GET_USER_GROUPS_H
char **get_user_groups(void);
#endif