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-02 19:11:01 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-03-02 19:11:01 +0300
commitcf58da30fbe27976f91bdb26241d9edde4708ded (patch)
tree4e828c0e4592f1438e8f714fae4a72334a2e348b /include/export.h
parent1b185daaff71958068d41a4ed019619c6837aa06 (diff)
........S. [DEV-789] check for export directory existence
Diffstat (limited to 'include/export.h')
-rw-r--r--include/export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/export.h b/include/export.h
index 2eb9de7bd18..923673c9357 100644
--- a/include/export.h
+++ b/include/export.h
@@ -21,7 +21,7 @@
#define ZABBIX_EXPOT_H
int zbx_is_export_enabled(void);
-void zbx_export_init(void);
+int zbx_export_init(char **error);
void zbx_problems_export_init(const char *process_name, int process_num);
int zbx_problems_export_write(const char *buf, size_t count);