summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-25 13:53:28 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-25 13:53:28 +0000
commit0fd9ec19ef06d938f37c23d698aa407aeb98bb4a (patch)
tree179be89c900621fa06b2d89d9f95d8cd434fa223 /include/common.h
parentaaebc0f9617cccabded458c701631dc14ab3eea4 (diff)
downloadzabbix-0fd9ec19ef06d938f37c23d698aa407aeb98bb4a.tar.gz
zabbix-0fd9ec19ef06d938f37c23d698aa407aeb98bb4a.tar.xz
zabbix-0fd9ec19ef06d938f37c23d698aa407aeb98bb4a.zip
- minor changes
git-svn-id: svn://svn.zabbix.com/trunk@4062 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index a5b2f62f..834c3b52 100644
--- a/include/common.h
+++ b/include/common.h
@@ -464,7 +464,8 @@ typedef enum
ZBX_TASK_CHANGE_NODEID
} zbx_task_t;
-char *string_replace(char *str, const char *sub_str1, const char *sub_str2);
+char *string_replace(const 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);