[BACK]Return to grp.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/grp.h between version 1.12 and 1.13

version 1.12, 2014/08/31 04:04:38 version 1.13, 2018/09/13 12:31:15
Line 70 
Line 70 
 #endif  #endif
 #if __BSD_VISIBLE  #if __BSD_VISIBLE
 int              setgroupent(int);  int              setgroupent(int);
 char            *group_from_gid(gid_t, int);  int              gid_from_group(const char *, gid_t *);
   const char      *group_from_gid(gid_t, int);
 #endif  #endif
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13