shadow.h: remove declaration of function not implemented

This commit is contained in:
Rich Felker
2025-02-21 19:32:27 -05:00
parent 362fc54572
commit 00fb7107ca
-1
View File
@@ -28,7 +28,6 @@ void setspent(void);
void endspent(void);
struct spwd *getspent(void);
struct spwd *fgetspent(FILE *);
struct spwd *sgetspent(const char *);
int putspent(const struct spwd *, FILE *);
struct spwd *getspnam(const char *);