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,