summaryrefslogtreecommitdiff
path: root/include/grp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grp.h')
-rw-r--r--include/grp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grp.h b/include/grp.h
index 8e2e1f20..b331d326 100644
--- a/include/grp.h
+++ b/include/grp.h
@@ -36,6 +36,7 @@ void setgrent(void);
#ifdef _GNU_SOURCE
struct group *fgetgrent(FILE *stream);
+int putgrent(const struct group *, FILE *);
#endif
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)