aboutsummaryrefslogtreecommitdiff
path: root/src/tool_metalink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_metalink.h')
-rw-r--r--src/tool_metalink.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/tool_metalink.h b/src/tool_metalink.h
index c8534503a..e9f8162ab 100644
--- a/src/tool_metalink.h
+++ b/src/tool_metalink.h
@@ -41,13 +41,10 @@ struct metalinkfile *new_metalinkfile(metalink_file_t *metalinkfile);
struct metalink *new_metalink(metalink_t *metalink);
-int operatemetalink(CURL *curl,
- struct getout *urlnode,
- long retry_sleep_default,
- struct OutStruct outs,
- struct OutStruct heads,
- char *outfiles,
- struct Configurable *config);
+/*
+ * Counts the resource in the metalinkfile.
+ */
+int count_next_metalink_resource(struct metalinkfile *mlfile);
void clean_metalink(struct Configurable *config);