From 58176a821d118487d305852e1743615e20ae7866 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 6 Jan 2008 12:09:38 +0000 Subject: [PATCH] Remove prototypes for __gr_del_entry(), __gr_get_head(), __sgr_del_entry(), and __sgr_get_head(). --- ChangeLog | 2 ++ src/grpck.c | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 51b4b5b0..9f0740b4 100644 --- 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 diff --git a/src/grpck.c b/src/grpck.c index 7ee55e04..5d0de45a 100644 --- a/src/grpck.c +++ b/src/grpck.c @@ -41,13 +41,9 @@ #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 /*