diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-25 13:53:28 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-25 13:53:28 +0000 |
| commit | 0fd9ec19ef06d938f37c23d698aa407aeb98bb4a (patch) | |
| tree | 179be89c900621fa06b2d89d9f95d8cd434fa223 /include | |
| parent | aaebc0f9617cccabded458c701631dc14ab3eea4 (diff) | |
- minor changes
git-svn-id: svn://svn.zabbix.com/trunk@4062 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 3 |
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); |
