#ifndef _UTILH_ #define _UTILH_ #include #include #include enum keys find_keyname(char *); enum keys find_ansi(char *); void read_press(u_char *, char *); void strcln(char **dest, const char *source); #endif