summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-06-29 00:14:39 +0800
committerIru Cai <mytbk920423@gmail.com>2018-06-29 00:14:39 +0800
commitb065c82627d83d1b207985d78276eb80f0b7b266 (patch)
tree9b86751008a4dc875e917a9cb9f143991296ea7c /device.h
parent1dd9eb4d4d22c5559646ee0bf4d243107bf4154a (diff)
downloadmatrix-curl-b065c82627d83d1b207985d78276eb80f0b7b266.tar.xz
device
Diffstat (limited to 'device.h')
-rw-r--r--device.h13
1 files changed, 13 insertions, 0 deletions
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