summaryrefslogtreecommitdiff
path: root/include/osm/discover.h
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-05-01 03:11:07 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-05-01 03:11:07 -0400
commitfeccf0adf3e6861b11a7768669a63c327f77ec10 (patch)
tree3aab13f202d0963ce74900dba8a508e68fe93614 /include/osm/discover.h
parent21938c4ed611cd0945d62502abdb74527a533e78 (diff)
Vector code
Diffstat (limited to 'include/osm/discover.h')
-rw-r--r--include/osm/discover.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/osm/discover.h b/include/osm/discover.h
new file mode 100644
index 0000000..68bda60
--- /dev/null
+++ b/include/osm/discover.h
@@ -0,0 +1,9 @@
+#ifndef OSM_DISCOVER_H
+#define OSM_DISCOVER_H
+
+#include <osm/utils.h>
+
+Vector osm_discover_onboard(char *sock_dir);
+
+#endif
+