diff options
Diffstat (limited to 'dome_key_map.h')
| -rw-r--r-- | dome_key_map.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/dome_key_map.h b/dome_key_map.h index 473d2f0..d128979 100644 --- a/dome_key_map.h +++ b/dome_key_map.h @@ -20,3 +20,5 @@ typedef struct {    Option_CString action;    MapKind kind;  } KeyActionResult; + +const KeyActionResult *c_run_key_action(const HeadphoneButton *trigger, size_t length); | 
