diff options
Diffstat (limited to 'web/storage.h')
| -rw-r--r-- | web/storage.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/storage.h b/web/storage.h new file mode 100644 index 0000000..fa6b748 --- /dev/null +++ b/web/storage.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #include <string> | ||
| 2 | #include <fstream> | ||
| 3 | |||
| 4 | namespace storage { | ||
| 5 | bool read(std::string, size_t, char *); | ||
| 6 | bool write(std::string, size_t, const char *); | ||
| 7 | } | ||
