summaryrefslogtreecommitdiff
path: root/com32/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/include/string.h')
-rw-r--r--com32/include/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/include/string.h b/com32/include/string.h
index 014b8de9..d847440d 100644
--- a/com32/include/string.h
+++ b/com32/include/string.h
@@ -42,6 +42,6 @@ __extern char *strsep(char **, const char *);
__extern size_t strspn(const char *, const char *);
__extern char *strstr(const char *, const char *);
__extern char *strtok(char *, const char *);
-__extern char *strreplace( const char *string, const char *string_to_replace, const char *string_to_insert );
+__extern char *strreplace(const char *, const char *, const char *);
#endif /* _STRING_H */