aboutsummaryrefslogtreecommitdiff
path: root/06_storage/storage.h
diff options
context:
space:
mode:
Diffstat (limited to '06_storage/storage.h')
-rw-r--r--06_storage/storage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/06_storage/storage.h b/06_storage/storage.h
new file mode 100644
index 0000000..ff0afae
--- /dev/null
+++ b/06_storage/storage.h
@@ -0,0 +1,7 @@
1#ifndef STORAGE_H
2#define STORAGE_H
3
4bool read_table(unsigned char *);
5bool store_table(const unsigned char *);
6
7#endif

Generated with cgit - Back to sebastiano.tronto.net