summaryrefslogtreecommitdiff
path: root/src/string-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string-util.h')
-rw-r--r--src/string-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string-util.h b/src/string-util.h
index 5bf6f11..2625765 100644
--- a/src/string-util.h
+++ b/src/string-util.h
@@ -5,5 +5,6 @@
size_t strlcpy(char *dst, const char *src, size_t siz);
size_t strlcat(char *dst, const char *src, size_t siz);
+char *str_replace(const char *str, const char *old, const char *new);
#endif