10 lines
179 B
C
10 lines
179 B
C
#ifndef share_devices_included
|
|
#define share_devices_included
|
|
|
|
#include "bool.H"
|
|
|
|
extern bool share_devices();
|
|
extern bool export_devices();
|
|
|
|
#endif /* !share_devices_included */
|