5c28a8b054
test-svn-fe segfaults when passed a bogus path. Simplify debugging by exiting with a meaningful error message instead. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
10 lines
176 B
C
10 lines
176 B
C
#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
|