From a3360b84632700f2b81f0ead247caed05449a787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Tue, 2 Aug 2005 09:45:11 +0000 Subject: [PATCH] _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 --- rdpdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdpdr.c b/rdpdr.c index f4fdebb..c86ce93 100644 --- a/rdpdr.c +++ b/rdpdr.c @@ -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;