diff options
Diffstat (limited to 'src/storage.h')
-rw-r--r-- | src/storage.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/storage.h b/src/storage.h new file mode 100644 index 0000000..9ec2217 --- /dev/null +++ b/src/storage.h @@ -0,0 +1,6 @@ +#ifndef STORAGE_H +#define STORAGE_H + +const char *display_storage(); + +#endif |