vcs-svn / svndump.hon commit path.c: Remove the 'git_' prefix from a file scope function (5b3b8fa)
   1#ifndef SVNDUMP_H_
   2#define SVNDUMP_H_
   3
   4int svndump_init(const char *filename);
   5void svndump_read(const char *url);
   6void svndump_deinit(void);
   7void svndump_reset(void);
   8
   9#endif