summaryrefslogtreecommitdiffstats
path: root/Src/osmocombb/src/host/gsmmap/locate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/osmocombb/src/host/gsmmap/locate.h')
-rw-r--r--Src/osmocombb/src/host/gsmmap/locate.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Src/osmocombb/src/host/gsmmap/locate.h b/Src/osmocombb/src/host/gsmmap/locate.h
new file mode 100644
index 0000000..2613345
--- /dev/null
+++ b/Src/osmocombb/src/host/gsmmap/locate.h
@@ -0,0 +1,8 @@
+
+struct probe {
+ struct probe *next;
+ double x, y, dist;
+};
+
+int locate_cell(struct probe *probe_first, double *min_x, double *min_y);
+