mirror of
https://github.com/owntracks/recorder.git
synced 2025-12-14 20:35:41 +01:00
7 lines
170 B
C
7 lines
170 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();
|
|
void revgeo_free();
|