10 lines
200 B
C
10 lines
200 B
C
|
#ifndef _LOG_TTY_H
|
||
|
#define _LOG_TTY_H
|
||
|
|
||
|
#include "log_console.h"
|
||
|
|
||
|
typedef log_console_t log_tty_t;
|
||
|
|
||
|
void rpc_conf_log_tty(rpc_conn *conn, pointer input, int input_len, pointer data);
|
||
|
|
||
|
#endif
|