rdp_process_server_caps should be static.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@944 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2005-08-02 09:29:41 +00:00
parent d9f1f35953
commit e4f0ee6f7d

2
rdp.c
View File

@ -897,7 +897,7 @@ rdp_process_bitmap_caps(STREAM s)
}
/* Process server capabilities */
void
static void
rdp_process_server_caps(STREAM s, uint16 length)
{
int n;