summaryrefslogtreecommitdiff
path: root/input_gadgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'input_gadgets.h')
-rw-r--r--input_gadgets.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/input_gadgets.h b/input_gadgets.h
index 11413a8..8b18a89 100644
--- a/input_gadgets.h
+++ b/input_gadgets.h
@@ -1,2 +1,6 @@
+struct MemoryStruct {
+ char *memory;
+ size_t size;
+};
-void gadgets_retrieve_temperature();
+int gadgets_retrieve_temperature();