From 9d1252606c16a0fd5e44fe0192a464e7a28d51fd Mon Sep 17 00:00:00 2001 From: sasha Date: Thu, 24 Jan 2008 13:55:59 +0000 Subject: - [DEV-100] C library for JSON data format git-svn-id: svn://svn.zabbix.com/trunk@5277 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index f2a5c40c..250b42a3 100644 --- a/include/common.h +++ b/include/common.h @@ -564,6 +564,8 @@ 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); +char zbx_num2hex(u_char c); +u_char zbx_hex2num(char c); 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); -- cgit