summaryrefslogtreecommitdiff
path: root/vcs-svn/svndump.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs-svn/svndump.h')
-rw-r--r--vcs-svn/svndump.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcs-svn/svndump.h b/vcs-svn/svndump.h
index df9ceb0..b8eb129 100644
--- a/vcs-svn/svndump.h
+++ b/vcs-svn/svndump.h
@@ -2,7 +2,8 @@
#define SVNDUMP_H_
int svndump_init(const char *filename);
-void svndump_read(const char *url);
+int svndump_init_fd(int in_fd, int back_fd);
+void svndump_read(const char *url, const char *local_ref, const char *notes_ref);
void svndump_deinit(void);
void svndump_reset(void);