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