11 lines
225 B
C
11 lines
225 B
C
|
#ifndef _LOG_CONSOLE_H
|
||
|
#define _LOG_CONSOLE_H
|
||
|
|
||
|
#include "ulog_api.h"
|
||
|
#include "common_types.h"
|
||
|
#include "rpc_common.h"
|
||
|
|
||
|
void rpc_conf_log_console(rpc_conn *conn, pointer input, int input_len, pointer data);
|
||
|
|
||
|
#endif
|