From feccf0adf3e6861b11a7768669a63c327f77ec10 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 1 May 2024 03:11:07 -0400 Subject: Vector code --- include/osm/discover.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/osm/discover.h (limited to 'include/osm/discover.h') 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 + +Vector osm_discover_onboard(char *sock_dir); + +#endif + -- cgit v1.2.3