summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h
index 2be236c..e48b970 100644
--- a/src/input.h
+++ b/src/input.h
@@ -43,4 +43,10 @@ int relabsd_input_read
int * const input_value
);
+int relabsd_input_wait_for_next_event
+(
+ const struct relabsd_input * const input,
+ const struct relabsd_config * const config
+);
+
#endif