about summary refs log tree commit diff
path: root/vcs-svn/svndump.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs-svn/svndump.h')
-rw-r--r--vcs-svn/svndump.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/vcs-svn/svndump.h b/vcs-svn/svndump.h
new file mode 100644
index 000000000000..26faed59684f
--- /dev/null
+++ b/vcs-svn/svndump.h
@@ -0,0 +1,10 @@
+#ifndef SVNDUMP_H
+#define SVNDUMP_H
+
+int svndump_init(const char *filename);
+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);
+
+#endif