|
|
@ -28,7 +28,6 @@ void setspent(void); |
|
|
void endspent(void); |
|
|
void endspent(void); |
|
|
struct spwd *getspent(void); |
|
|
struct spwd *getspent(void); |
|
|
struct spwd *fgetspent(FILE *); |
|
|
struct spwd *fgetspent(FILE *); |
|
|
struct spwd *sgetspent(const char *); |
|
|
|
|
|
int putspent(const struct spwd *, FILE *); |
|
|
int putspent(const struct spwd *, FILE *); |
|
|
|
|
|
|
|
|
struct spwd *getspnam(const char *); |
|
|
struct spwd *getspnam(const char *); |
|
|
|