]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Remove prototypes for __pw_del_entry(), __pw_get_head(), __spw_del_entry(), and __spw...
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Jan 2008 13:00:17 +0000 (13:00 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Jan 2008 13:00:17 +0000 (13:00 +0000)
ChangeLog
src/pwck.c

index 5c3b10efb733986b385ea3427ee2361d5e387db1..9870427426c11b1e57ddc59375491aa6dcc5f913 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -71,6 +71,8 @@
        __xx_del_entry() functions).
        * src/grpck.c: Remove prototypes for __gr_del_entry(),
        __gr_get_head(), __sgr_del_entry(), and __sgr_get_head().
+       * src/pwck.c: Remove prototypes for __pw_del_entry(),
+       __pw_get_head(), __spw_del_entry(), and __spw_get_head().
 
 2008-01-05  Nicolas François  <nicolas.francois@centraliens.net>
 
index 9baf3ef8d625b6302e0546f69e6d1b890abc8906..9990de1d4d00d5ae7f385b04524c12ce5f778f55 100644 (file)
 #include "shadowio.h"
 #include "getdef.h"
 #include "nscd.h"
-extern void __pw_del_entry (const struct commonio_entry *);
-extern struct commonio_entry *__pw_get_head (void);
-
-extern void __spw_del_entry (const struct commonio_entry *);
-extern struct commonio_entry *__spw_get_head (void);
 
 /*
  * Exit codes