summaryrefslogtreecommitdiff
path: root/other/ssharp/openbsd-compat/daemon.h
blob: bfab99c70939ace2503e7b464b13ac86c29aa1b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* $Id: daemon.h,v 1.1.1.1 2001/09/19 14:44:59 stealth Exp $ */

#ifndef _BSD_DAEMON_H
#define _BSD_DAEMON_H

#include "config.h"
#ifndef HAVE_DAEMON
int daemon(int nochdir, int noclose);
#endif /* !HAVE_DAEMON */

#endif /* _BSD_DAEMON_H */