aboutsummaryrefslogtreecommitdiffstats
path: root/utils.h
blob: b556bbfd3f992522a841a78efae9e995a332fb82 (plain) (blame)
1
2
3
4
5
6
7
#ifndef KL_UTILS_H
#define KL_UTILS_H

void disable_term_echo();
void enable_term_echo();

#endif