_rdpdr_check_fds should be static.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@947 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2005-08-02 09:45:11 +00:00
parent e2eec0e025
commit a3360b8463

View File

@ -929,7 +929,7 @@ rdpdr_remove_iorequest(struct async_iorequest *prev, struct async_iorequest *ior
}
/* Check if select() returned with one of the rdpdr file descriptors, and complete io if it did */
void
static void
_rdpdr_check_fds(fd_set * rfds, fd_set * wfds, BOOL timed_out)
{
NTSTATUS status;