summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-04-20 13:29:32 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-04-20 13:29:32 +0000
commitf499e72b3edaeadd147e7b2527db8849cf3b5710 (patch)
tree0eb58dcf88445fae504d1a202084eb4ae1fdb1fa /include/common.h
parentd08edb846d21c5bd865e20122b7c57944cc2435b (diff)
downloadzabbix-f499e72b3edaeadd147e7b2527db8849cf3b5710.tar.gz
zabbix-f499e72b3edaeadd147e7b2527db8849cf3b5710.tar.xz
zabbix-f499e72b3edaeadd147e7b2527db8849cf3b5710.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2756 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 8e2ac8bc..f5c42006 100644
--- a/include/common.h
+++ b/include/common.h
@@ -370,6 +370,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);
+int find_char(char *str,char c);
int is_double_prefix(char *str);
int is_double(char *c);
int is_uint(char *c);