summaryrefslogtreecommitdiffstats
path: root/contrib/apple/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apple/daemon.h')
-rw-r--r--contrib/apple/daemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/apple/daemon.h b/contrib/apple/daemon.h
index 7a2824b6a47..aa88d9baa56 100644
--- a/contrib/apple/daemon.h
+++ b/contrib/apple/daemon.h
@@ -17,4 +17,5 @@
<http://www.gnu.org/licenses/>.
*/
+int os_daemon_return(int nochdir, int noclose);
int os_daemon(int nochdir, int noclose);