From b065c82627d83d1b207985d78276eb80f0b7b266 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Fri, 29 Jun 2018 00:14:39 +0800 Subject: device --- device.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 device.h (limited to 'device.h') diff --git a/device.h b/device.h new file mode 100644 index 0000000..d1234e7 --- /dev/null +++ b/device.h @@ -0,0 +1,13 @@ +#pragma once + +#include "session.h" + +#ifdef __cplusplus +extern "C" { +#endif /* } */ + +void get_devices(matrix_session *sess); + +#ifdef __cplusplus +} +#endif -- cgit v1.2.3