summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
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 9bd5a196..4ab855a6 100644
--- a/include/common.h
+++ b/include/common.h
@@ -159,7 +159,6 @@
#define MAX_BUF_LEN 65000
#define ZBX_DM_DELIMITER '\255'
-#define ZBX_CKSUM_DELIMITER ','
/* Item types */
typedef enum
@@ -545,7 +544,7 @@ int get_param(const char *param, int num, char *buf, int maxlen);
int num_param(const char *param);
int calculate_item_nextcheck(zbx_uint64_t itemid, int item_type, int delay, char *delay_flex, time_t now);
int check_time_period(const char *period, time_t now);
-void zbx_binary2hex(const u_char *input, int ilen, char **output, int *olen);
+int zbx_binary2hex(const u_char *input, int ilen, char **output, int *olen);
int zbx_hex2binary(char *io);
void zbx_hex2octal(const char *input, char **output, int *olen);
#ifdef HAVE_POSTGRESQL