diff options
Diffstat (limited to 'polyp/util.h')
-rw-r--r-- | polyp/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/util.h b/polyp/util.h index 4a387cef..8f4323f6 100644 --- a/polyp/util.h +++ b/polyp/util.h @@ -66,5 +66,6 @@ const char *pa_strsignal(int sig); int pa_parse_resample_method(const char *string); +int pa_uid_in_group(const char *name, gid_t *gid); #endif |