1
0
mirror of https://github.com/rd235/cado synced 2025-01-14 14:46:14 +01:00
cado/include/get_user_groups.h
2020-01-08 11:19:54 +01:00

6 lines
90 B
C

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