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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-03-14 16:27:18 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-03-14 16:27:18 +0300
commita354e7b3a86a5e52a83568b0cff5a42e281e1204 (patch)
treea5b97105efd33b5a127349ffe1b766d9decde4d0 /include/export.h
parent11be919b0e7aa591f196b686514975c922db3094 (diff)
.......... [ZBXNEXT-4417] fixed jenkins warning
Diffstat (limited to 'include/export.h')
-rw-r--r--include/export.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/export.h b/include/export.h
index aabbcff2805..341d2bd618b 100644
--- a/include/export.h
+++ b/include/export.h
@@ -18,7 +18,7 @@
**/
#ifndef ZABBIX_EXPORT_H
-#define ZABBIX_EXPOT_H
+#define ZABBIX_EXPORT_H
int zbx_is_export_enabled(void);
int zbx_export_init(char **error);
@@ -33,5 +33,4 @@ void zbx_history_export_flush(void);
void zbx_trends_export_write(const char *buf, size_t count);
void zbx_trends_export_flush(void);
-
#endif