]> git.sesse.net Git - pkanalytics/blob - json.h
Support filtering passes by thrower and receiver.
[pkanalytics] / json.h
1 #ifndef _JSON_H
2 #define _JSON_H 1
3
4 #include <sqlite3.h>
5
6 void export_to_json(sqlite3 *db, const char *filename);
7
8 #endif  // !eefined(_JSON_H)