1
0
mirror of https://github.com/git/git.git synced 2024-09-29 09:45:57 +02:00
git/vcs-svn/svndump.h

10 lines
176 B
C
Raw Normal View History

#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