#ifndef SOCKS_CONSOLE_H_ #define SOCKS_CONSOLE_H_ extern void console_init(void); extern void console_putchar(int c); #endif