mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
really? warnings people.
This commit is contained in:
parent
da081056e5
commit
798be244e0
@ -49,6 +49,7 @@ bool pcapdelay_is_loaded()
|
||||
#elif __linux__
|
||||
return module != 0;
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
void pcapdelay_unload()
|
||||
@ -167,4 +168,4 @@ int pcapdelay_dispatch(pcap_t* a0, int a1, pcap_handler a2, u_char* a3)
|
||||
return (*pfn)(a0, a1, a2, a3);
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user