From b5f8ee61a7f7e9bd291dd26b0585d03eb686c941 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 13:19:16 +0200 Subject: Adding upstream version 1.46.3. Signed-off-by: Daniel Baumann --- daemon/daemon.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 daemon/daemon.h (limited to 'daemon/daemon.h') diff --git a/daemon/daemon.h b/daemon/daemon.h deleted file mode 100644 index 7c4c2ce7e..000000000 --- a/daemon/daemon.h +++ /dev/null @@ -1,19 +0,0 @@ -// SPDX-License-Identifier: GPL-3.0-or-later - -#ifndef NETDATA_DAEMON_H -#define NETDATA_DAEMON_H 1 - -int become_user(const char *username, int pid_fd); - -int become_daemon(int dont_fork, const char *user); - -void netdata_cleanup_and_exit(int i); -void send_statistics(const char *action, const char *action_result, const char *action_data); - -void get_netdata_execution_path(void); - -extern char pidfile[]; -extern char netdata_exe_file[]; -extern char netdata_exe_path[]; - -#endif /* NETDATA_DAEMON_H */ -- cgit v1.2.3