aboutsummaryrefslogtreecommitdiff
path: root/src/util-plan9.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util-plan9.h')
-rw-r--r--src/util-plan9.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util-plan9.h b/src/util-plan9.h
index 7453235..62f2329 100644
--- a/src/util-plan9.h
+++ b/src/util-plan9.h
@@ -36,6 +36,7 @@ extern void logat(int isverbose, const char *fmt, ...);
static inline int min(int x, int y) { return x < y ? x : y; }
-void drop_privs_to (const char *user, const char *group);
+void drop_privs_to (const char *user, const char *group,
+ const char **supp_groups);
#endif /* !UTIL_H */