* lib/Makefile.am, lib/prototypes.h: Added sgetspent.c.

This commit is contained in:
nekral-guest
2009-04-10 22:35:43 +00:00
parent db337babbc
commit 413bb19543
3 changed files with 11 additions and 1 deletions

View File

@ -283,6 +283,11 @@ extern struct group *sgetgrent (const char *buf);
/* sgetpwent.c */
extern struct passwd *sgetpwent (const char *buf);
/* sgetspent.c */
#ifndef HAVE_SGETSPENT
extern struct spwd *sgetspent (const char *string)
#endif
/* sgroupio.c */
extern void __sgr_del_entry (const struct commonio_entry *ent);
extern struct sgrp *__sgr_dup (const struct sgrp *sgent);