]> sjero.net Git - wget/blobdiff - src/ftp.h
Test for Content-Disposition in HTTP auth.
[wget] / src / ftp.h
index 9aa88d8b3de47a65fc0e75b42f9def77b5321fce..a93c1371cfaa447cc463a8dff4d64c11f888ad28 100644 (file)
--- a/src/ftp.h
+++ b/src/ftp.h
@@ -1,6 +1,6 @@
 /* Declarations for FTP support.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -58,7 +58,6 @@ uerr_t ftp_epsv (int, ip_address *, int *);
 #endif
 uerr_t ftp_type (int, int);
 uerr_t ftp_cwd (int, const char *);
-uerr_t ftp_dele (int, const char *);
 uerr_t ftp_retr (int, const char *);
 uerr_t ftp_rest (int, wgint);
 uerr_t ftp_list (int, const char *, enum stype);