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>2021-10-18 16:45:59 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-10-18 16:45:59 +0300
commit17c7126e45c4d4478fc8a925bc6f0860bf3241eb (patch)
tree5ac0d3e1da134e499a14011a88d20143bef19b9b /src/libs/zbxaudit/audit_settings.h
parentace75059a353c13665987c112724e70dc312954f (diff)
........S. [ZBXNEXT-6923] added missing files
Diffstat (limited to 'src/libs/zbxaudit/audit_settings.h')
-rw-r--r--src/libs/zbxaudit/audit_settings.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/libs/zbxaudit/audit_settings.h b/src/libs/zbxaudit/audit_settings.h
new file mode 100644
index 00000000000..e19317b3cb1
--- /dev/null
+++ b/src/libs/zbxaudit/audit_settings.h
@@ -0,0 +1,25 @@
+/*
+** Zabbix
+** Copyright (C) 2001-2021 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_AUDIT_SETTINGS_H
+#define ZABBIX_AUDIT_SETTINGS_H
+
+void zbx_audit_settings_create_entry(int audit_action, zbx_uint64_t configid);
+
+#endif