Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
2a44f8938d5ea02aa622bc3106988db26d9d74d6
/
.
/
bsd-daemon.h
blob: cd91ea07b9557bf2c75597cf72ccf2075989ccb6 [
file
] [
log
] [
blame
]
#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 */