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:
authorAndris Zeila <andris.zeila@zabbix.com>2015-09-03 14:27:23 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2015-09-03 14:27:23 +0300
commit94fd9162c2dcfa61ecad0c5c2f482a1222284870 (patch)
treec1c6d62a65bdf25633ec3063d81460a934de57cf /include/zbxnix.h
parentcc750cdcac758b9bfa11c31ddc588fdd03397912 (diff)
...G...PS. [ZBXNEXT-1263] moved coredump disabling function to zbxnix library
Diffstat (limited to 'include/zbxnix.h')
-rw-r--r--include/zbxnix.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/zbxnix.h b/include/zbxnix.h
new file mode 100644
index 00000000000..06c5360b2c8
--- /dev/null
+++ b/include/zbxnix.h
@@ -0,0 +1,25 @@
+/*
+** Zabbix
+** Copyright (C) 2001-2015 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+#ifndef ZABBIX_ZBXNIX_H
+#define ZABBIX_ZBXNIX_H
+
+int zbx_coredump_disable(void);
+
+#endif /* ZABBIX_ZBXNIX_H */