summaryrefslogtreecommitdiffstats
path: root/src/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon.h')
-rw-r--r--src/daemon.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/daemon.h b/src/daemon.h
deleted file mode 100644
index 150d74e3a..000000000
--- a/src/daemon.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef NETDATA_DAEMON_H
-#define NETDATA_DAEMON_H 1
-
-extern int become_user(const char *username, int pid_fd);
-
-extern int become_daemon(int dont_fork, const char *user);
-
-extern void netdata_cleanup_and_exit(int i);
-
-extern char pidfile[];
-
-#endif /* NETDATA_DAEMON_H */