1 2 3 4 5 6 7 8 9 10
#ifndef OSM_DISCOVER_H #define OSM_DISCOVER_H #include <osm/utils.h> #include <osm/device.h> Vector osm_discover_onboard(char *sock_dir); #endif