recorder/storage.h
2015-08-20 19:16:26 +02:00

11 lines
204 B
C

#ifndef _STORAGE_H_INCL_
# define _STORAGE_H_INCL_
#include "json.h"
JsonNode *lister(char *username, char *device, char *yyyymm);
void locations(char *filename, JsonNode *obj, JsonNode *arr);
#endif