mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 18:08:28 -07:00
11 lines
204 B
C
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
|