Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
635a8d773ca9794e60969a58a7514cf43ffc3db1
/
.
/
openbsd-compat
/
daemon.h
blob: 95a0773598683691c5e06427aa39c2e80435ed99 [
file
] [
log
] [
blame
]
/* $Id: daemon.h,v 1.2 2001/02/09 01:55:36 djm 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 */