diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-11-17 18:17:19 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-11-17 18:17:19 +0000 |
| commit | a2041b6cda1acfc73fbcd0140d992717f78d794e (patch) | |
| tree | 74ab2260b064201ce2cf5c834d0ba0a847fd1d4b /include | |
| parent | 4601b23d7585c3f0ff815353e8cb38d50cad28d6 (diff) | |
| download | zabbix-a2041b6cda1acfc73fbcd0140d992717f78d794e.tar.gz zabbix-a2041b6cda1acfc73fbcd0140d992717f78d794e.tar.xz zabbix-a2041b6cda1acfc73fbcd0140d992717f78d794e.zip | |
Fixed zabbix_get.
git-svn-id: svn://svn.zabbix.com/trunk@2331 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 8abbaa09..6ec2be5c 100644 --- a/include/common.h +++ b/include/common.h @@ -315,6 +315,7 @@ void free_result(AGENT_RESULT *result); char *string_replace(char *str, const char *sub_str1, const char *sub_str2); void del_zeroes(char *s); +void delete_reol(char *c); int get_param(const char *param, int num, char *buf, int maxlen); int num_param(const char *param); |
