aboutsummaryrefslogtreecommitdiffstats
path: root/utils.h
diff options
context:
space:
mode:
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