diff options
Diffstat (limited to 'include/osm/discover.h')
-rw-r--r-- | include/osm/discover.h | 9 |
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 + |