summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-04-11 12:03:51 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-04-11 12:03:51 +0000
commit5135abb09b2ab43c62d5480c644f26fc05026e8e (patch)
tree37ed24f84fca8dd3104db4120dd8ed5f375dd10a /include/common.h
parent58799acdb1c8fd2ee4f5a2d6bd0f8ceeaaea5b5b (diff)
downloadzabbix-5135abb09b2ab43c62d5480c644f26fc05026e8e.tar.gz
zabbix-5135abb09b2ab43c62d5480c644f26fc05026e8e.tar.xz
zabbix-5135abb09b2ab43c62d5480c644f26fc05026e8e.zip
- better function is_double() (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@2727 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 4a38b194..75b8afb2 100644
--- a/include/common.h
+++ b/include/common.h
@@ -369,7 +369,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 is_double_prefix(char *c);
+int is_double_prefix(char *str);
int is_double(char *c);
int is_uint(char *c);
void lrtrim_spaces(char *c);