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

@@ -23,6 +23,7 @@ _PROTOTYPE( void endgrent, (void) );
_PROTOTYPE( struct group *getgrent, (void) );
_PROTOTYPE( int setgrent, (void) );
_PROTOTYPE( void setgrfile, (const char *_file) );
_PROTOTYPE( const char *group_from_gid, (gid_t, int) );
#endif
#endif /* _GRP_H */