mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-10 12:39:55 +00:00
fuzz: fix compiler error "missing prototype"
This commit is contained in:
parent
34352e9649
commit
412c8d1902
@ -95,7 +95,10 @@ static void pcap_dump_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* This function might have to be called from LWIP_PLATFORM_ASSERT()
|
/* This function might have to be called from LWIP_PLATFORM_ASSERT()
|
||||||
* in order to produce correct pcap results on crash. */
|
* in order to produce correct pcap results on crash.
|
||||||
|
* Define this global so that for a test, we can call this from anywhere...
|
||||||
|
*/
|
||||||
|
void pcap_dump_stop(void);
|
||||||
void pcap_dump_stop(void)
|
void pcap_dump_stop(void)
|
||||||
{
|
{
|
||||||
if (fpcap != NULL) {
|
if (fpcap != NULL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user