Fix TcpIpPortingInit() to TcpIpPortingInit(void)
Signed-off-by: Gao Rui <gaoruinan@163.com>
This commit is contained in:
parent
ae692bfbc4
commit
8ef012bdad
|
@ -33,7 +33,8 @@
|
|||
#include <stdlib.h>
|
||||
#include "lwip/tcpip.h"
|
||||
#include "ohos_init.h"
|
||||
void TcpIpPortingInit()
|
||||
|
||||
void TcpIpPortingInit(void)
|
||||
{
|
||||
tcpip_init(NULL, NULL);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue