summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
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);