treewide: remove FSF address
[osmocom-bb.git] / src / host / gsmmap / locate.h
blob26133452d042b2e5ba28ca09dcd31b2a5afee317
2 struct probe {
3 struct probe *next;
4 double x, y, dist;
5 };
7 int locate_cell(struct probe *probe_first, double *min_x, double *min_y);