aboutsummaryrefslogtreecommitdiff
path: root/fbwarn/src/extString.h
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-02-26 22:19:48 +0100
committeraxtloss <axtlos@getcryst.al>2024-02-26 22:19:48 +0100
commitae895bf260f2015816988bffe429f06faf653707 (patch)
tree8ad4fe5275400c28f74f3e4e72f36d74fc598e32 /fbwarn/src/extString.h
parent9631d1f9d985e4436d2b138f5f83e7a7e9602be8 (diff)
downloadfsverify-ae895bf260f2015816988bffe429f06faf653707.tar.gz
fsverify-ae895bf260f2015816988bffe429f06faf653707.tar.bz2
BVG: Add BVGRing
Diffstat (limited to '')
-rw-r--r--fbwarn/src/extString.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/fbwarn/src/extString.h b/fbwarn/src/extString.h
index 19a97c6..66149f1 100644
--- a/fbwarn/src/extString.h
+++ b/fbwarn/src/extString.h
@@ -1,2 +1,3 @@
-char *strlwr(char *);
-char *trim(char *);
+char *strlwr(char *s);
+char *trim(char *s);
+char *replaceStr(char *s, char *old, char *replace);