17 lines
514 B
C
Executable File
17 lines
514 B
C
Executable File
#ifndef _LOG_CONFIG_H
|
|
#define _LOG_CONFIG_H
|
|
|
|
#include <stdio.h>
|
|
|
|
#include "rpc_types.h"
|
|
#include "rpc_common.h"
|
|
|
|
ret_code log_config_init();
|
|
ret_code log_console_config_chk(uint source, uint *config_type,
|
|
pointer input, int *input_len,
|
|
pointer output, int *output_len);
|
|
ret_code log_console_config_proc(uint source, uint config_type,
|
|
pointer input, int input_len,
|
|
pointer output, int *output_len);
|
|
|
|
#endif |