mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
10 lines
177 B
C
10 lines
177 B
C
|
#ifndef SVNDUMP_H_
|
||
|
#define SVNDUMP_H_
|
||
|
|
||
|
void svndump_init(const char *filename);
|
||
|
void svndump_read(const char *url);
|
||
|
void svndump_deinit(void);
|
||
|
void svndump_reset(void);
|
||
|
|
||
|
#endif
|