aboutsummaryrefslogtreecommitdiff
path: root/06_storage/storage.h
blob: ff0afae862758896182f40f026cb21281d9afd7a (plain)
1
2
3
4
5
6
7
#ifndef STORAGE_H
#define STORAGE_H

bool read_table(unsigned char *);
bool store_table(const unsigned char *);

#endif

Generated with cgit - Back to sebastiano.tronto.net