17 lines
474 B
C
Executable File
17 lines
474 B
C
Executable File
#ifndef _IKE_CONFIG_H
|
|
#define _IKE_CONFIG_H
|
|
|
|
#include <stdio.h>
|
|
|
|
#include "rpc_types.h"
|
|
#include "rpc_common.h"
|
|
|
|
ret_code ike_config_chk(uint source, uint *config_type,
|
|
pointer input, int *input_len,
|
|
pointer output, int *output_len);
|
|
ret_code ike_config_proc(uint source, uint config_type,
|
|
pointer input, int input_len,
|
|
pointer output, int *output_len);
|
|
|
|
#endif
|