CVS: rdesktop rdpdr.c,1.30,1.31

Peter ?strand <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2871

Modified Files:
	rdpdr.c 
Log Message:
Made internal functions static.


Index: rdpdr.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpdr.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** rdpdr.c	16 Apr 2004 14:04:02 -0000	1.30
--- rdpdr.c	17 Apr 2004 06:58:30 -0000	1.31
***************
*** 61,65 ****
  extern DEVICE_FNS disk_fns;
  extern FILEINFO g_fileinfo[];
! 
  static VCHANNEL *rdpdr_channel;
  
--- 61,65 ----
  extern DEVICE_FNS disk_fns;
  extern FILEINFO g_fileinfo[];
!  
  static VCHANNEL *rdpdr_channel;
  
***************
*** 113,117 ****
  }
  
! BOOL
  rdpdr_handle_ok(int device, int handle)
  {
--- 113,117 ----
  }
  
! static BOOL
  rdpdr_handle_ok(int device, int handle)
  {
***************
*** 134,138 ****
  
  /* Add a new io request to the table containing pending io requests so it won't block rdesktop */
! BOOL
  add_async_iorequest(uint32 device, uint32 file, uint32 id, uint32 major, uint32 length,
  		    DEVICE_FNS * fns, uint32 total_timeout, uint32 interval_timeout, uint8 * buffer,
--- 134,138 ----
  
  /* Add a new io request to the table containing pending io requests so it won't block rdesktop */
! static BOOL
  add_async_iorequest(uint32 device, uint32 file, uint32 id, uint32 major, uint32 length,
  		    DEVICE_FNS * fns, uint32 total_timeout, uint32 interval_timeout, uint8 * buffer,
***************
*** 180,184 ****
  }
  
! void
  rdpdr_send_connect(void)
  {
--- 180,184 ----
  }
  
! static void
  rdpdr_send_connect(void)
  {
***************
*** 196,200 ****
  
  
! void
  rdpdr_send_name(void)
  {
--- 196,200 ----
  
  
! static void
  rdpdr_send_name(void)
  {
***************
*** 221,225 ****
  
  /* Returns the size of the payload of the announce packet */
! int
  announcedata_size()
  {
--- 221,225 ----
  
  /* Returns the size of the payload of the announce packet */
! static int
  announcedata_size()
  {
***************
*** 248,252 ****
  }
  
! void
  rdpdr_send_available(void)
  {
--- 248,252 ----
  }
  
! static void
  rdpdr_send_available(void)
  {
***************
*** 306,310 ****
  }
  
! void
  rdpdr_send_completion(uint32 device, uint32 id, uint32 status, uint32 result, uint8 * buffer,
  		      uint32 length)
--- 306,310 ----
  }
  
! static void
  rdpdr_send_completion(uint32 device, uint32 id, uint32 status, uint32 result, uint8 * buffer,
  		      uint32 length)
***************
*** 692,696 ****
  }
  
! void
  rdpdr_send_clientcapabilty(void)
  {
--- 692,696 ----
  }
  
! static void
  rdpdr_send_clientcapabilty(void)
  {



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.