aboutsummaryrefslogtreecommitdiffstats
path: root/utils.h
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-05-24 13:03:35 +0800
committerverdant <im@verdant.ee>2026-05-24 13:03:35 +0800
commit6e444c70add7ea8720d86559a4f13cdab5167be9 (patch)
tree4271bf9558566e676fbc076ac3b4a737e9e19b88 /utils.h
parent6be13d03f9de1e8300ea8c308d377e7e4de7bbea (diff)
downloadkl-6e444c70add7ea8720d86559a4f13cdab5167be9.tar.gz
kl-6e444c70add7ea8720d86559a4f13cdab5167be9.zip
chore: add comment
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index b556bbf..e6e6558 100644
--- a/utils.h
+++ b/utils.h
@@ -1,7 +1,13 @@
#ifndef KL_UTILS_H
#define KL_UTILS_H
+#include <linux/input.h>
+#include "config.h"
+
void disable_term_echo();
void enable_term_echo();
+/* void print_pure(struct input_event *ie, struct config *cfg); */
+/* void print_with_time(struct input_event *ie, struct config *cfg); */
+
#endif