recorder/storage.h

11 lines
204 B
C
Raw Normal View History

2015-08-20 10:16:26 -07:00
#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