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