Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
182ee6e6d9b13f0a117a19bd4b9e3318a74233eb
/
.
/
bsd-daemon.h
blob: cd91ea07b9557bf2c75597cf72ccf2075989ccb6 [
file
] [
log
] [
blame
] [
raw
]
#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 */