mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-28 04:49:18 +00:00
really? warnings people.
This commit is contained in:
parent
da081056e5
commit
798be244e0
@ -49,6 +49,7 @@ bool pcapdelay_is_loaded()
|
|||||||
#elif __linux__
|
#elif __linux__
|
||||||
return module != 0;
|
return module != 0;
|
||||||
#endif
|
#endif
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void pcapdelay_unload()
|
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);
|
return (*pfn)(a0, a1, a2, a3);
|
||||||
else
|
else
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user