about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTFTP.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-12-13 04:18:55 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-12-13 04:18:55 -0500
commit08fc6e5c6582f05f43c968931b04d698cf7abc86 (patch)
treee8dd5f36c333c4fec9bee88f9bffb370db7ee176 /WWW/Library/Implementation/HTFTP.h
parent0654c7025fbe241efddf0c3b9e58817f262aeda9 (diff)
downloadlynx-snapshots-08fc6e5c6582f05f43c968931b04d698cf7abc86.tar.gz
snapshot of project "lynx", label v2-8-2dev_9
Diffstat (limited to 'WWW/Library/Implementation/HTFTP.h')
-rw-r--r--WWW/Library/Implementation/HTFTP.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/WWW/Library/Implementation/HTFTP.h b/WWW/Library/Implementation/HTFTP.h
index 7b857076..4ef22f2d 100644
--- a/WWW/Library/Implementation/HTFTP.h
+++ b/WWW/Library/Implementation/HTFTP.h
@@ -1,11 +1,11 @@
 /*                                                               FTP access module for libwww
                                    FTP ACCESS FUNCTIONS
-                                             
+
    This isn't really  a valid protocol module -- it is lumped together with HTFile . That
    could be changed easily.
-   
-   Author: Tim Berners-Lee. Public Domain. Please mail changes to timbl@info.cern.ch
-   
+
+   Author: Tim Berners-Lee.  Public Domain.  Please mail changes to timbl@info.cern.ch
+
  */
 #ifndef HTFTP_H
 #define HTFTP_H
@@ -14,7 +14,7 @@
 #include <HTStream.h>
 #include <HTParse.h>
 
-#define FILE_BY_NAME 0 
+#define FILE_BY_NAME 0
 #define FILE_BY_TYPE 1
 #define FILE_BY_SIZE 2
 #define FILE_BY_DATE 3
@@ -33,7 +33,7 @@ extern int HTfileSortMethod;  /* specifies the method of sorting */
 ** Bug:	Returns pointer to static -- non-reentrant
 */
 PUBLIC char * HTMake_VMS_name PARAMS((
-	CONST char * nn, 
+	CONST char * nn,
 	CONST char * fn));
 
 
@@ -42,9 +42,9 @@ PUBLIC char * HTMake_VMS_name PARAMS((
 Retrieve File from Server
 
   ON EXIT,
-  
+
   returns                 Socket number for file if good.<0 if bad.
-                         
+
  */
 extern int HTFTPLoad PARAMS
 ((