summaryrefslogtreecommitdiff
path: root/shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared.h')
-rw-r--r--shared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared.h b/shared.h
index 1857555..9ae7e76 100644
--- a/shared.h
+++ b/shared.h
@@ -22,6 +22,8 @@ extern struct linux_input_keycode linux_input_keycodes[];
struct linux_input_keycode *get_linux_keycode_by_name(const char *name);
+struct linux_input_keycode *get_linux_keycode_by_value(uint32_t value);
+
int strtol_strict(const char *str, int *result);
int strtoull_strict(const char *str, uint64_t *result);