]> granicus.if.org Git - shadow/commitdiff
Remove prototypes for __gr_del_entry(), __gr_get_head(),
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Jan 2008 12:09:38 +0000 (12:09 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Jan 2008 12:09:38 +0000 (12:09 +0000)
__sgr_del_entry(), and __sgr_get_head().

ChangeLog
src/grpck.c

index 51b4b5b0a04188998151e2942aeb7c7c0b98b203..9f0740b434ede8f528deb434a75064c2b8c058bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,8 @@
        * lib/commonio.h: Add protection against multiple inclusions.
        * lib/prototypes.h: Include commonio.h (needed for the
        __xx_del_entry() functions).
+       * src/grpck.c: Remove prototypes for __gr_del_entry(),
+       __gr_get_head(), __sgr_del_entry(), and __sgr_get_head().
 
 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
 
index 7ee55e0412b2bb1ef4481723825e1ea072cad6d8..5d0de45a39863493c4b87648dc04c166bd8ddbac 100644 (file)
 #include "groupio.h"
 #include "nscd.h"
 #include "prototypes.h"
-extern void __gr_del_entry (const struct commonio_entry *);
-extern struct commonio_entry *__gr_get_head (void);
 
 #ifdef SHADOWGRP
 #include "sgroupio.h"
-extern void __sgr_del_entry (const struct commonio_entry *);
-extern struct commonio_entry *__sgr_get_head (void);
 #endif
 
 /*