mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-11-19 13:20:02 +01:00
7 lines
99 B
C
7 lines
99 B
C
#ifndef COMPAT_GRP_H
|
|
#define COMPAT_GRP_H 1
|
|
|
|
char *group_from_gid(gid_t gid, int nogroup);
|
|
|
|
#endif
|