inlcude: new prototypes
This commit is contained in:
		
							parent
							
								
									8fea317779
								
							
						
					
					
						commit
						ac34bfd42b
					
				| @ -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 */ | ||||
|  | ||||
| @ -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 */ | ||||
|  | ||||
| @ -208,6 +208,8 @@ _PROTOTYPE( int getpagesize, (void)					); | ||||
| _PROTOTYPE( int setgroups, (int ngroups, const gid_t *gidset)		); | ||||
| _PROTOTYPE( int initgroups, (const char *name, gid_t basegid)		); | ||||
| _PROTOTYPE( void *setmode, (const char *)				); | ||||
| _PROTOTYPE( mode_t  getmode, (const void *, mode_t)			); | ||||
| _PROTOTYPE( void    strmode, (mode_t, char *)				); | ||||
| 
 | ||||
| #endif | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ben Gras
						Ben Gras