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>2015-12-02 16:58:30 +0300
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2015-12-02 16:58:30 +0300
commite4b687b418874f395345e516c5300567259f7a73 (patch)
tree5f1bda7a4e4ec51aa9985731fda7ee3317b793bb /include/sighandler.h
parentab01ac7d4f6ed0a7472d41926ffbce2e0ab2b61e (diff)
...GI..... [ZBXNEXT-3045] removed zabbix_agent.conf and NEWS, and fixed headers a bit
Diffstat (limited to 'include/sighandler.h')
-rw-r--r--include/sighandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sighandler.h b/include/sighandler.h
index 032d64d9661..f55560063bb 100644
--- a/include/sighandler.h
+++ b/include/sighandler.h
@@ -17,5 +17,10 @@
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
+#ifndef ZABBIX_SIGHANDLER_H
+#define ZABBIX_SIGHANDLER_H
+
void zbx_set_common_signal_handlers();
void zbx_set_child_signal_handler();
+
+#endif