cado/get_user_groups.h

6 lines
90 B
C
Raw Normal View History

2016-06-25 14:12:41 +02:00
#ifndef GET_USER_GROUPS_H
#define GET_USER_GROUPS_H
char **get_user_groups(void);
#endif