summaryrefslogtreecommitdiffstats
path: root/daemon/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/main.h')
-rw-r--r--daemon/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/main.h b/daemon/main.h
index 232b7a98ac..a7cfde5432 100644
--- a/daemon/main.h
+++ b/daemon/main.h
@@ -58,4 +58,6 @@ void service_exits(void);
bool service_running(SERVICE_TYPE service);
struct service_thread *service_register(SERVICE_THREAD_TYPE thread_type, request_quit_t request_quit_callback, force_quit_t force_quit_callback, void *data, bool update __maybe_unused);
+void localhost_load_labels(void);
+
#endif /* NETDATA_MAIN_H */