repo.or.cz
/
git
/
gitweb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Git 1.7.12.4
[git/gitweb.git]
/
vcs-svn
/
svndump.h
blob
df9ceb0e8d473b65fc22ac142d3856dc4f9980e0
1
#ifndef SVNDUMP_H_
2
#define SVNDUMP_H_
3
4
int
svndump_init
(
const char
*
filename
);
5
void
svndump_read
(
const char
*
url
);
6
void
svndump_deinit
(
void
);
7
void
svndump_reset
(
void
);
8
9
#endif