]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Remove prototypes for __gr_dup() and __gr_set_changed().
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Jan 2008 13:52:21 +0000 (13:52 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Jan 2008 13:52:21 +0000 (13:52 +0000)
ChangeLog
lib/groupio.h

index 24ad6b2ec5255c89b27b397bd14e2ee1482778d7..ed53bce0c91a3b00fb2c3b6074deda5761aa1a23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * lib/groupio.c: Remove prototype for sgetgrent().
        * lib/groupio.c: Add the name of the parameters for
        merge_group_entries() and split_groups().
+       * lib/groupio.h: Remove prototypes for __gr_dup() and
+       __gr_set_changed().
 
 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
 
index 8474072c8ba6994835e4a09cdf1f69c967830fe5..e2b5d04e177c7fed93c78fc92fc6f69a129895b4 100644 (file)
@@ -1,5 +1,3 @@
-extern struct group *__gr_dup (const struct group *);
-extern void __gr_set_changed (void);
 extern int gr_close (void);
 extern const struct group *gr_locate (const char *);
 extern int gr_lock (void);