summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-24 13:55:59 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-24 13:55:59 +0000
commit9d1252606c16a0fd5e44fe0192a464e7a28d51fd (patch)
treecee61b63b0b8737c0cfb89113991cf143be65514 /include/common.h
parent2b8703fbe10a01e92ba737d233faffc3727341a4 (diff)
downloadzabbix-9d1252606c16a0fd5e44fe0192a464e7a28d51fd.tar.gz
zabbix-9d1252606c16a0fd5e44fe0192a464e7a28d51fd.tar.xz
zabbix-9d1252606c16a0fd5e44fe0192a464e7a28d51fd.zip
- [DEV-100] C library for JSON data format
git-svn-id: svn://svn.zabbix.com/trunk@5277 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
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);