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