summaryrefslogtreecommitdiff
path: root/com32/include
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-02-06 11:14:39 -0800
committerH. Peter Anvin <hpa@zytor.com>2012-02-06 11:14:39 -0800
commit3b92a929326bb6bf28886892f5994a310a8b2f94 (patch)
tree948f24cc334beb64dfbdc537c5f5ffc4e2612902 /com32/include
parent9fe49d0aab0e6366f38d81b8559c308825f9a4e2 (diff)
downloadsyslinux-3b92a929326bb6bf28886892f5994a310a8b2f94.tar.gz
strreplace: additional cleanups
Additional formatting cleanups. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/include')
-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 */