summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-10-16 21:30:53 +1030
committerdaniel-Jones <daniel@danieljon.es>2018-10-16 21:30:53 +1030
commit6bedb1aeec8b2fc40b6729ab178127980143f64b (patch)
tree207554322ad8f6494c8e60cc7713fa9394eff2e9
parentac7d855e4e8202d99867cf6be3101bba5dd13001 (diff)
downloadreplace-6bedb1aeec8b2fc40b6729ab178127980143f64b.tar.gz
replace-6bedb1aeec8b2fc40b6729ab178127980143f64b.zip
forget header file
-rw-r--r--replace.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/replace.h b/replace.h
index 1b1d4a7..8336660 100644
--- a/replace.h
+++ b/replace.h
@@ -19,7 +19,13 @@
size_t
getfilelength(FILE *fp);
+void
+replaceappendchar(char *dest, char ch);
+
int
replaceinfile(char *originalfile, char *destinationfile, char *placeholder, char *replacement);
+char *
+replaceinmemory(char *src, char *placeholder, char *replacement);
+
#endif