Skip to content

Commit 00fb710

Browse files
committed
shadow.h: remove declaration of function not implemented
1 parent 362fc54 commit 00fb710

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/shadow.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ void setspent(void);
2828
void endspent(void);
2929
struct spwd *getspent(void);
3030
struct spwd *fgetspent(FILE *);
31-
struct spwd *sgetspent(const char *);
3231
int putspent(const struct spwd *, FILE *);
3332

3433
struct spwd *getspnam(const char *);

0 commit comments

Comments
 (0)