summaryrefslogtreecommitdiff
path: root/pages.h
diff options
context:
space:
mode:
Diffstat (limited to 'pages.h')
-rw-r--r--pages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages.h b/pages.h
index 907d66e..658f17a 100644
--- a/pages.h
+++ b/pages.h
@@ -25,6 +25,7 @@
int createfile(const char *file);
long findstring(const char *file, const char *str);
int deletebytes(const char *file, long offset, size_t bytes);
+int writefileatbyte(const char *dest, const char *source, long offset);
/* generators (to be put into the pages array) */
int frontpage(int flags);