--- sourceforge.net/trunk/rdesktop/iso.c 2001/09/15 12:34:34 33 +++ sourceforge.net/trunk/rdesktop/iso.c 2002/09/26 14:26:46 207 @@ -1,7 +1,7 @@ /* rdesktop: A Remote Desktop Protocol client. Protocol services - ISO layer - Copyright (C) Matthew Chapman 1999-2001 + Copyright (C) Matthew Chapman 1999-2002 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -44,7 +44,7 @@ /* Receive a message on the ISO layer, return code */ static STREAM -iso_recv_msg(uint8 *code) +iso_recv_msg(uint8 * code) { STREAM s; uint16 length; @@ -115,7 +115,7 @@ /* Receive ISO transport data packet */ STREAM -iso_recv() +iso_recv(void) { STREAM s; uint8 code; @@ -159,7 +159,7 @@ /* Disconnect from the ISO layer */ void -iso_disconnect() +iso_disconnect(void) { iso_send_msg(ISO_PDU_DR); tcp_disconnect();