CVS: rdesktop disk.c,1.23,1.24

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-serv4631

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


Index: disk.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/disk.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** disk.c	16 Apr 2004 13:03:13 -0000	1.23
--- disk.c	17 Apr 2004 07:09:45 -0000	1.24
***************
*** 85,89 ****
  
  
! time_t
  get_create_time(struct stat *st)
  {
--- 85,89 ----
  
  
! static time_t
  get_create_time(struct stat *st)
  {
***************
*** 100,104 ****
  
  /* Convert seconds since 1970 to a filetime */
! void
  seconds_since_1970_to_filetime(time_t seconds, uint32 * high, uint32 * low)
  {
--- 100,104 ----
  
  /* Convert seconds since 1970 to a filetime */
! static void
  seconds_since_1970_to_filetime(time_t seconds, uint32 * high, uint32 * low)
  {
***************
*** 111,115 ****
  
  /* Convert seconds since 1970 back to filetime */
! time_t
  convert_1970_to_filetime(uint32 high, uint32 low)
  {
--- 111,115 ----
  
  /* Convert seconds since 1970 back to filetime */
! static time_t
  convert_1970_to_filetime(uint32 high, uint32 low)
  {
***************
*** 163,167 ****
  
  /* Opens or creates a file or directory */
! NTSTATUS
  disk_create(uint32 device_id, uint32 accessmask, uint32 sharemode, uint32 create_disposition,
  	    uint32 flags_and_attributes, char *filename, HANDLE * phandle)
--- 163,167 ----
  
  /* Opens or creates a file or directory */
! static NTSTATUS
  disk_create(uint32 device_id, uint32 accessmask, uint32 sharemode, uint32 create_disposition,
  	    uint32 flags_and_attributes, char *filename, HANDLE * phandle)
***************
*** 320,324 ****
  }
  
! NTSTATUS
  disk_close(HANDLE handle)
  {
--- 320,324 ----
  }
  
! static NTSTATUS
  disk_close(HANDLE handle)
  {
***************
*** 340,344 ****
  }
  
! NTSTATUS
  disk_read(HANDLE handle, uint8 * data, uint32 length, uint32 offset, uint32 * result)
  {
--- 340,344 ----
  }
  
! static NTSTATUS
  disk_read(HANDLE handle, uint8 * data, uint32 length, uint32 offset, uint32 * result)
  {
***************
*** 377,381 ****
  }
  
! NTSTATUS
  disk_write(HANDLE handle, uint8 * data, uint32 length, uint32 offset, uint32 * result)
  {
--- 377,381 ----
  }
  
! static NTSTATUS
  disk_write(HANDLE handle, uint8 * data, uint32 length, uint32 offset, uint32 * result)
  {
***************
*** 669,673 ****
  }
  
! FsInfoType *
  FsVolumeInfo(char *fpath)
  {
--- 669,673 ----
  }
  
! static FsInfoType *
  FsVolumeInfo(char *fpath)
  {



-------------------------------------------------------
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.