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:
authorAndrejs Verza <andrejs.verza@zabbix.com>2021-08-16 13:55:32 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-08-16 13:55:47 +0300
commit2382aa34eae32a3f3e06ed7f7e4082a449f630da (patch)
tree5edfd8205375e1315e6eb1c44a1803a49dcfb3b8 /include/common.h
parent0061296e397bf02b1586255f92d591b085811fd3 (diff)
parent0d89f501709430d739254e28c42c2b98f23a3f18 (diff)
.......... [ZBXNEXT-6800] updated to the latest master branch (no conflicts)
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index eafb0ae7136..8ce8fc5dc53 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1345,7 +1345,7 @@ typedef struct
}
zbx_file_time_t;
-int zbx_get_file_time(const char *path, zbx_file_time_t *time);
+int zbx_get_file_time(const char *path, int sym, zbx_file_time_t *time);
void find_cr_lf_szbyte(const char *encoding, const char **cr, const char **lf, size_t *szbyte);
int zbx_read(int fd, char *buf, size_t count, const char *encoding);
int zbx_is_regular_file(const char *path);
@@ -1735,5 +1735,4 @@ char *zbx_substr_unquote(const char *src, size_t left, size_t right);
/* UTF-8 trimming */
void zbx_ltrim_utf8(char *str, const char *charlist);
void zbx_rtrim_utf8(char *str, const char *charlist);
-
#endif