vcs-svn / svndump.hon commit make color.ui default to 'auto' (4c7f181)
   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