!775 【OpenHarmony开源贡献者计划2022】void TcpIpPortingInit()无参数时需要修改为(void)
Merge pull request !775 from sinall/master
This commit is contained in:
commit
eb40e4a068
|
@ -33,7 +33,8 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "lwip/tcpip.h"
|
#include "lwip/tcpip.h"
|
||||||
#include "ohos_init.h"
|
#include "ohos_init.h"
|
||||||
void TcpIpPortingInit()
|
|
||||||
|
void TcpIpPortingInit(void)
|
||||||
{
|
{
|
||||||
tcpip_init(NULL, NULL);
|
tcpip_init(NULL, NULL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue