vcs-svn / svndump.hon commit commit: factor status configuration is a helper function (5c25dfa)
   1#ifndef SVNDUMP_H_
   2#define SVNDUMP_H_
   3
   4int svndump_init(const char *filename);
   5int svndump_init_fd(int in_fd, int back_fd);
   6void svndump_read(const char *url, const char *local_ref, const char *notes_ref);
   7void svndump_deinit(void);
   8void svndump_reset(void);
   9
  10#endif