1
0
mirror of https://github.com/rd235/cado synced 2024-12-27 06:24:11 +01:00
cado/get_user_groups.h
2016-06-25 14:12:41 +02:00

6 lines
90 B
C

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