aboutsummaryrefslogtreecommitdiffstats
path: root/utils.h
blob: e6e65582979325d53eea638729134e447ec3a577 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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