cgetent
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6776 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -283,6 +283,11 @@ int lstat(const char *path, struct stat *buf);
|
||||
int mkstemp(char *);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_CGETENT
|
||||
int cgetent(char **buf, char **db_array, const char *name);
|
||||
int cgetstr(char *buf, const char *cap, char **str);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_INITGROUPS
|
||||
int initgroups(const char *name, gid_t basegid);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user