repo.or.cz
/
git
/
mingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
subtree: initialize "prefix" variable
[git/mingw.git]
/
vcs-svn
/
svndump.h
blob
b8eb12954e816e0e1490f6ef7eefe64901c38ae1
1
#ifndef SVNDUMP_H_
2
#define SVNDUMP_H_
3
4
int
svndump_init
(
const char
*
filename
);
5
int
svndump_init_fd
(
int
in_fd
,
int
back_fd
);
6
void
svndump_read
(
const char
*
url
,
const char
*
local_ref
,
const char
*
notes_ref
);
7
void
svndump_deinit
(
void
);
8
void
svndump_reset
(
void
);
9
10
#endif