8 lines
127 B
C
8 lines
127 B
C
#ifndef SOCKS_CONSOLE_H_
|
|
#define SOCKS_CONSOLE_H_
|
|
|
|
extern void console_init(void);
|
|
extern void console_putchar(int c);
|
|
|
|
#endif
|