[BACK]Return to fetch.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/fetch.c between version 1.37 and 1.38

version 1.37, 2001/11/14 07:59:28 version 1.38, 2002/02/16 21:27:46
Line 69 
Line 69 
   
 #include "ftp_var.h"  #include "ftp_var.h"
   
 static int      url_get __P((const char *, const char *, const char *));  static int      url_get(const char *, const char *, const char *);
 void            aborthttp __P((int));  void            aborthttp(int);
 void            abortfile __P((int));  void            abortfile(int);
 char            hextochar __P((const char *));  char            hextochar(const char *);
 char            *urldecode __P((const char *));  char            *urldecode(const char *);
   
 #define FTP_URL         "ftp://"        /* ftp URL prefix */  #define FTP_URL         "ftp://"        /* ftp URL prefix */
 #define HTTP_URL        "http://"       /* http URL prefix */  #define HTTP_URL        "http://"       /* http URL prefix */

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38