inlcude: new prototypes

This commit is contained in:
Ben Gras
2010-06-09 12:53:09 +00:00
parent 8fea317779
commit ac34bfd42b
3 changed files with 5 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ _PROTOTYPE( void endpwent, (void) );
_PROTOTYPE( struct passwd *getpwent, (void) );
_PROTOTYPE( int setpwent, (void) );
_PROTOTYPE( void setpwfile, (const char *_file) );
_PROTOTYPE( const char *user_from_uid, (uid_t, int) );
#endif
#endif /* _PWD_H */