summaryrefslogtreecommitdiff
path: root/src/storage.h
blob: 9ec22179ac391555d51c3711294f0cca720a6b39 (plain)
1
2
3
4
5
6
#ifndef STORAGE_H
#define STORAGE_H

const char *display_storage();

#endif