summaryrefslogtreecommitdiff
path: root/net/libfetch/files/fetch.h
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-25 16:25:25 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-25 16:25:25 +0000
commitd332b7e9e29e8a45f5bf0a677aa82c7dc707df4a (patch)
tree348d329de805a94a8aa32dc28db4e1279b987819 /net/libfetch/files/fetch.h
parentadb4aa9e4cec17f37ea84ab5291edf3cd5d7365a (diff)
downloadpkgsrc-d332b7e9e29e8a45f5bf0a677aa82c7dc707df4a.tar.gz
libfetch-2.12:
Make function naming consistent before external code depend on it. Update man page.
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 *);