1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-06-01 18:28:10 +02:00
CovidBracelet/src/storage.h

9 lines
107 B
C
Raw Normal View History

2021-01-26 16:14:58 +01:00
#ifndef STORAGE_H
#define STORAGE_H
/**
* Initialize the storage api.
*/
int init_storage(void);
#endif