diff options
author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-26 11:04:38 +0000 |
---|---|---|
committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-26 11:04:38 +0000 |
commit | 30dd20683fbfab9c5424ab3da671a88d68c26d17 (patch) | |
tree | 3e92a2d5eceb0366fefaee0faeae23b751252c4a /include/common.h | |
parent | 0fd9ec19ef06d938f37c23d698aa407aeb98bb4a (diff) | |
download | zabbix-30dd20683fbfab9c5424ab3da671a88d68c26d17.tar.gz zabbix-30dd20683fbfab9c5424ab3da671a88d68c26d17.tar.xz zabbix-30dd20683fbfab9c5424ab3da671a88d68c26d17.zip |
- more developement of DBmanager on C (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4063 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 834c3b52..2df307f0 100644 --- a/include/common.h +++ b/include/common.h @@ -464,7 +464,7 @@ typedef enum ZBX_TASK_CHANGE_NODEID } zbx_task_t; -char *string_replace(const char *str, const char *sub_str1, const char *sub_str2); +char *string_replace(char *str, char *sub_str1, char *sub_str2); void del_zeroes(char *s); int find_char(char *str,char c); |