From cf58da30fbe27976f91bdb26241d9edde4708ded Mon Sep 17 00:00:00 2001 From: Vladislavs Sokurenko Date: Fri, 2 Mar 2018 16:11:01 +0000 Subject: ........S. [DEV-789] check for export directory existence --- include/export.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/export.h') 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); -- cgit v1.2.3