Welcome to mirror list, hosted at ThFree Co, Russian Federation.

svndump.h « vcs-svn - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df9ceb0e8d473b65fc22ac142d3856dc4f9980e0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SVNDUMP_H_
#define SVNDUMP_H_

int svndump_init(const char *filename);
void svndump_read(const char *url);
void svndump_deinit(void);
void svndump_reset(void);

#endif