mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-05 02:36:45 +00:00
6 lines
150 B
C
6 lines
150 B
C
#include "json.h"
|
|
#include "udata.h"
|
|
|
|
JsonNode *revgeo(struct udata *ud, double lat, double lon, UT_string *addr, UT_string *cc);
|
|
void revgeo_init();
|