Remove prototypes for __gr_del_entry(), __gr_get_head(),
__sgr_del_entry(), and __sgr_get_head().
This commit is contained in:
parent
4cdbd1fa1d
commit
58176a821d
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user