summaryrefslogtreecommitdiffstats
path: root/src/host/gsmmap/locate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/gsmmap/locate.h')
-rw-r--r--src/host/gsmmap/locate.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/host/gsmmap/locate.h b/src/host/gsmmap/locate.h
new file mode 100644
index 00000000..26133452
--- /dev/null
+++ b/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);
+