Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Pass a (ref_cache *) to the resolve_gitlink_*() helper functions
[gitweb.git]
/
vcs-svn
/
svndump.h
diff --git
a/vcs-svn/svndump.h
b/vcs-svn/svndump.h
index 93c412f14a4ca48b9de18325c09d69f051d97647..df9ceb0e8d473b65fc22ac142d3856dc4f9980e0 100644
(file)
--- a/
vcs-svn/svndump.h
+++ b/
vcs-svn/svndump.h
@@
-1,7
+1,7
@@
#ifndef SVNDUMP_H_
#define SVNDUMP_H_
-
void
svndump_init(const char *filename);
+
int
svndump_init(const char *filename);
void svndump_read(const char *url);
void svndump_deinit(void);
void svndump_reset(void);