#ifndef KL_UTILS_H #define KL_UTILS_H #include #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