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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-08-03 15:03:40 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-08-03 15:13:28 +0300
commita0ecf11d5662f5d9a81ea4652b58663fc15ff225 (patch)
treef16827575d8f243e8fcad2fab87103be5169f372 /src/libs/zbxaudit/audit.h
parentc7b0732ac4a93992643a966c9f099352913de549 (diff)
........S. [ZBXNEXT-6802] cleaned the code
Diffstat (limited to 'src/libs/zbxaudit/audit.h')
-rw-r--r--src/libs/zbxaudit/audit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxaudit/audit.h b/src/libs/zbxaudit/audit.h
index ec7890082ad..c1629999318 100644
--- a/src/libs/zbxaudit/audit.h
+++ b/src/libs/zbxaudit/audit.h
@@ -95,7 +95,7 @@ void zbx_audit_host_prototype_update_json_add_details(zbx_uint64_t hostid, zbx_u
void zbx_audit_host_prototype_update_json_update_templateid(zbx_uint64_t hostid, zbx_uint64_t old_templateid,
zbx_uint64_t new_templateid);
void zbx_audit_host_prototype_update_json_update_name(zbx_uint64_t hostid, const char *old_name,
- const char *new_name);
+ const char *new_name);
void zbx_audit_host_prototype_update_json_update_status(zbx_uint64_t hostid, int old_status, int new_status);
void zbx_audit_host_prototype_update_json_update_discover(zbx_uint64_t hostid, int old_discover,
int new_discover);