summaryrefslogtreecommitdiff
path: root/net/libfetch/files/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/libfetch/files/fetch.h')
-rw-r--r--net/libfetch/files/fetch.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/libfetch/files/fetch.h b/net/libfetch/files/fetch.h
index 7917746b932..3fb8af01eb3 100644
--- a/net/libfetch/files/fetch.h
+++ b/net/libfetch/files/fetch.h
@@ -1,4 +1,4 @@
-/* $NetBSD: fetch.h,v 1.9 2008/04/24 10:21:33 joerg Exp $ */
+/* $NetBSD: fetch.h,v 1.10 2008/04/25 16:25:25 joerg Exp $ */
/*-
* Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
* All rights reserved.
@@ -149,10 +149,10 @@ struct url *fetchCopyURL(const struct url *);
void fetchFreeURL(struct url *);
/* URL listening */
-void fetch_init_url_list(struct url_list *);
-void fetch_free_url_list(struct url_list *);
-char *fetch_unquote_doc(struct url *);
-char *fetch_extract_filename(struct url *);
+void fetchInitURLList(struct url_list *);
+void fetchFreeURLList(struct url_list *);
+char *fetchUnquotePath(struct url *);
+char *fetchUnquoteFilename(struct url *);
/* Authentication */
typedef int (*auth_t)(struct url *);