summaryrefslogtreecommitdiff
path: root/include/osm/discover.h
blob: 68bda60f830783179893eb41906c1b1f899d1d48 (plain)
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