(daemon, innetgr): add prototypes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5642 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-03-20 02:42:53 +00:00
parent 022c45f90e
commit 5d63b860a1

View File

@@ -272,6 +272,15 @@ int initgroups(const char *name, gid_t basegid);
int fchown(int fd, uid_t owner, gid_t group);
#endif
#ifndef HAVE_DAEMON
int daemon(int nochdir, int noclose);
#endif
#ifndef HAVE_INNETGR
int innetgr(const char *netgroup, const char *machine,
const char *user, const char *domain);
#endif
#ifndef HAVE_CHOWN
int chown(const char *path, uid_t owner, gid_t group);
#endif