mirror of
https://github.com/3proxy/3proxy.git
synced 2026-05-13 13:57:26 +00:00
Fix FilePlugin warnings
This commit is contained in:
parent
b79906da02
commit
bfbbf1f446
1 changed files with 4 additions and 0 deletions
|
|
@ -411,7 +411,11 @@ static int copyfdtosock(struct fp_stream * fps, DIRECTION which, long len){
|
|||
return 0;
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
static int WINAPI fp_poll(void *state, struct pollfd *fds, unsigned int nfds, int timeout){
|
||||
#else
|
||||
static int fp_poll(void *state, struct pollfd *fds, nfds_t nfds, int timeout){
|
||||
#endif
|
||||
struct fp_stream *fps = NULL;
|
||||
int res;
|
||||
unsigned i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue