mirror of
https://github.com/owntracks/recorder.git
synced 2026-04-19 01:16:38 +00: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();
|