secgateway/Platform/user/ulog/log-sched/log_pty.h

11 lines
227 B
C
Executable File

#ifndef _LOG_PTY_H
#define _LOG_PTY_H
#include "log_console.h"
#include "rpc.h"
void rpc_conf_log_pty(rpc_conn *conn, pointer input, int input_len, pointer data);
ret_code pty_initial();
ret_code pty_exit();
#endif