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