mirror of
https://github.com/rd235/cado
synced 2025-02-20 13:20:38 +01:00
6 lines
90 B
C
6 lines
90 B
C
|
#ifndef GET_USER_GROUPS_H
|
||
|
#define GET_USER_GROUPS_H
|
||
|
|
||
|
char **get_user_groups(void);
|
||
|
#endif
|