14 lines
434 B
C
Executable File
14 lines
434 B
C
Executable File
#ifndef _LOG_REMOTE_H
|
|
#define _LOG_REMOTE_H
|
|
|
|
#include "ulog_api.h"
|
|
#include "common_types.h"
|
|
#include "rpc_common.h"
|
|
#include "log_types.h"
|
|
|
|
void rpc_conf_log_add_remote(rpc_conn *conn, pointer input, int input_len, pointer data);
|
|
void rpc_conf_log_del_remote(rpc_conn *conn, pointer input, int input_len, pointer data);
|
|
void rpc_conf_log_remote_level(rpc_conn *conn, pointer input, int input_len, pointer data);
|
|
|
|
#endif
|