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