mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07: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();
|