summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/daemon.h')
-rw-r--r--libglusterfs/src/daemon.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libglusterfs/src/daemon.h b/libglusterfs/src/daemon.h
index 95e134b78b0..48850800b5e 100644
--- a/libglusterfs/src/daemon.h
+++ b/libglusterfs/src/daemon.h
@@ -13,6 +13,8 @@
#define DEVNULLPATH "/dev/null"
-int os_daemon_return(int nochdir, int noclose);
-int os_daemon(int nochdir, int noclose);
+int
+os_daemon_return(int nochdir, int noclose);
+int
+os_daemon(int nochdir, int noclose);
#endif /*_DAEMON_H */