Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandrs Saveljevs <git-no-reply@zabbix.com>2014-01-08 16:43:08 +0400
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2014-01-08 16:43:08 +0400
commitf05beaa65d42c769628f5507ea9cad3cae0f7710 (patch)
treebdc1615d873fcdbe0119fb22767238128e122dfe /include/daemon.h
parent306791ce1cd79f6e7b3f8480cd4a75c7f018bbe1 (diff)
...G...PS. [ZBXNEXT-453] stylistic fixes during code review
Diffstat (limited to 'include/daemon.h')
-rw-r--r--include/daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/daemon.h b/include/daemon.h
index add5fd3f24f..7141a0d9e41 100644
--- a/include/daemon.h
+++ b/include/daemon.h
@@ -30,7 +30,7 @@ extern char *CONFIG_PID_FILE;
#include "threads.h"
-int daemon_start(int allow_root, char *user);
+int daemon_start(int allow_root, const char *user);
void daemon_stop();
int zbx_sigusr_send(zbx_task_t task);