mirror of
https://github.com/owntracks/recorder.git
synced 2026-02-13 20:49:51 +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();
|