From 116a76e528a1fef1b4f9870599b32d1f6b718945 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 6 Jan 2008 13:00:17 +0000 Subject: [PATCH] Remove prototypes for __pw_del_entry(), __pw_get_head(), __spw_del_entry(), and __spw_get_head(). --- ChangeLog | 2 ++ src/pwck.c | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c3b10ef..98704274 100644 --- 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 diff --git a/src/pwck.c b/src/pwck.c index 9baf3ef8..9990de1d 100644 --- a/src/pwck.c +++ b/src/pwck.c @@ -43,11 +43,6 @@ #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