summaryrefslogtreecommitdiffstats
path: root/src/daemon/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r--src/daemon/daemon.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h
index 1f8837fd6..13ef1f647 100644
--- a/src/daemon/daemon.h
+++ b/src/daemon/daemon.h
@@ -9,8 +9,7 @@ void netdata_cleanup_and_exit(int ret, const char *action, const char *action_re
void get_netdata_execution_path(void);
-extern char pidfile[];
-extern char netdata_exe_file[];
-extern char netdata_exe_path[];
+extern char *pidfile;
+extern char *netdata_exe_path;
#endif /* NETDATA_DAEMON_H */