mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07:00
5 lines
113 B
C
5 lines
113 B
C
#include "json.h"
|
|
|
|
JsonNode *revgeo(double lat, double lon, UT_string *addr, UT_string *cc);
|
|
void revgeo_init();
|