aboutsummaryrefslogtreecommitdiffstats
path: root/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'url.c')
-rw-r--r--url.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/url.c b/url.c
index af335fc..8026c4b 100644
--- a/url.c
+++ b/url.c
@@ -1,4 +1,4 @@
-/* $Id: url.c,v 1.67 2003/01/10 16:29:28 ukai Exp $ */
+/* $Id: url.c,v 1.68 2003/01/11 15:54:09 ukai Exp $ */
#include "fm.h"
#include <sys/types.h>
#include <sys/socket.h>
@@ -1474,12 +1474,6 @@ init_stream(URLFile *uf, int scheme, InputStream stream)
uf->modtime = -1;
}
-static InputStream
-openFTPStream(ParsedURL *pu, URLFile *uf)
-{
- return newFileStream(openFTP(pu, uf), closeFTP);
-}
-
URLFile
openURL(char *url, ParsedURL *pu, ParsedURL *current,
URLOption *option, FormList *request, TextList *extra_header,