From c254a1558bfab296d25a8c0fd14ac21e7351f88a Mon Sep 17 00:00:00 2001 From: zhanglianghy Date: Fri, 2 Aug 2019 15:35:56 +0800 Subject: [PATCH] =?UTF-8?q?MOD=20aaa-12=20=E9=85=8D=E7=BD=AE=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=A8=A1=E5=9D=97=E5=A2=9E=E5=8A=A0=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=92=A9=E5=AD=90=20SOL=20=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=A8=A1=E5=9D=97=E5=88=9D=E5=A7=8B=E5=8C=96=E9=92=A9?= =?UTF-8?q?=E5=AD=90=20=E4=BF=AE=E6=94=B9=E4=BA=BA=EF=BC=9Azhangliang=20?= =?UTF-8?q?=E6=A3=80=E8=A7=86=E4=BA=BA=EF=BC=9Azhangliang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Platform/user/configm/config-server/include/configm.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Platform/user/configm/config-server/include/configm.h b/Platform/user/configm/config-server/include/configm.h index e30e9d5d0..0688c8bdc 100644 --- a/Platform/user/configm/config-server/include/configm.h +++ b/Platform/user/configm/config-server/include/configm.h @@ -40,7 +40,7 @@ #define CONFIG_INIT_ARRAY \ {\ {\ - IPCONFIG_V4,\ + NETCONFIG_MODULE,\ NULL\ }\ }\ @@ -140,9 +140,7 @@ }\ } -typedef ret_code (*cm_config_init)(uint source, uint *config_type, - pointer input, int *input_len, - pointer output, int *output_len); +typedef ret_code (*cm_config_init)(); typedef ret_code (*cm_config_chk)(uint source, uint *config_type, pointer input, int *input_len,