CovidBracelet/src/storage.h

9 lines
107 B
C

#ifndef STORAGE_H
#define STORAGE_H
/**
* Initialize the storage api.
*/
int init_storage(void);
#endif