aboutsummaryrefslogtreecommitdiff
path: root/vcs-svn/svndump.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs-svn/svndump.h')
-rw-r--r--vcs-svn/svndump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs-svn/svndump.h b/vcs-svn/svndump.h
index acb5b474d..febeecbe9 100644
--- a/vcs-svn/svndump.h
+++ b/vcs-svn/svndump.h
@@ -3,7 +3,7 @@
int svndump_init(const char *filename);
int svndump_init_fd(int in_fd, int back_fd);
-void svndump_read(const char *url);
+void svndump_read(const char *url, const char *local_ref);
void svndump_deinit(void);
void svndump_reset(void);