diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-06 15:32:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-06 15:32:11 +0000 |
commit | 57abdf3eaa424deafda497a4a896328238353e18 (patch) | |
tree | bf991c3cec997d65842f52c2e09a8ba439e98e83 /src/include/shadow.h | |
parent | ec85192dacc1bc1ca2efaad4e469d4d1831bce9c (diff) | |
download | nsss-57abdf3eaa424deafda497a4a896328238353e18.tar.xz |
Prepare for 0.1.0.0, add --enable-libc-includes configure switch
pwd.h, grp.h and shadow.h will not overwrite the libc headers
by default anymore; you need to explicitly add the switch.
Diffstat (limited to 'src/include/shadow.h')
-rw-r--r-- | src/include/shadow.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/shadow.h b/src/include/shadow.h index 00d1944..96a2719 100644 --- a/src/include/shadow.h +++ b/src/include/shadow.h @@ -10,17 +10,4 @@ #include <nsss/shadow.h> -#include <stdio.h> - -extern struct spwd *fgetspent (FILE *) ; -extern struct spwd *sgetspent (char const *) ; -extern int putspent (struct spwd const *, FILE *) ; -extern int lckpwdf (void) ; -extern int ulckpwdf (void) ; - -#ifdef _DEFAULT_SOURCE -extern int fgetspent_r(FILE *, struct spwd *, char *, size_t, struct spwd **) ; -extern int sgetspent_r (char const *, struct spwd *, char *, size_t, struct spwd **) ; -#endif - #endif |