소스 검색

shadow.h: remove declaration of function not implemented

Rich Felker 3 달 전
부모
커밋
00fb7107ca
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      include/shadow.h

+ 0 - 1
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 *);