Add xterm-256color as a valid terminal.
[eco.git] / debug.h
blob3cd578a4adab5d7cee605c30660b1a0c05249413
1 /*
2 * Copyright (C) 2008 Diego Hernan Borghetti.
3 * Eco
4 */
6 #ifndef _ECO_DEBUG_H
7 #define _ECO_DEBUG_H
9 #include <stdarg.h>
11 void e_debug_init(void);
12 void e_debug_end(void);
13 void e_debug_printf(char *fmt, ...);
15 #endif /* _ECO_DEBUG_H */