From 00fb7107cafc9cd7316f85ae2d8b61e478caaa7f Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 21 Feb 2025 19:32:27 -0500 Subject: shadow.h: remove declaration of function not implemented --- include/shadow.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/shadow.h b/include/shadow.h index 2b1be413..a9d6940f 100644 --- a/include/shadow.h +++ b/include/shadow.h @@ -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 *); -- cgit v1.2.1