aboutsummaryrefslogtreecommitdiff
path: root/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetch.h')
-rw-r--r--fetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch.h b/fetch.h
index 7bda355bc..75e48af78 100644
--- a/fetch.h
+++ b/fetch.h
@@ -42,7 +42,7 @@ extern void pull_say(const char *, const char *);
/* If write_ref is set, the ref filename to write the target value to. */
/* If write_ref_log_details is set, additional text will appear in the ref log. */
-extern int pull(char *target, const char *write_ref,
+extern int pull(int targets, char **target, const char **write_ref,
const char *write_ref_log_details);
#endif /* PULL_H */