tokkee.org
Code
projects
/
git.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'jl/submodule-status-failure-report'
[git.git]
/
vcs-svn
/
svndump.h
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