Revision 14fe4af084071803ab4f16e6841ff64ba7351071 authored by Junio C Hamano on 02 August 2019, 20:12:03 UTC, committed by Junio C Hamano on 02 August 2019, 20:12:03 UTC
Doc update.

* sg/fsck-config-in-doc:
  Documentation/git-fsck.txt: include fsck.* config variables
2 parent s c62bc49 + d61e6ce
Raw File
svndump.h
#ifndef SVNDUMP_H
#define SVNDUMP_H

int svndump_init(const char *filename);
int svndump_init_fd(int in_fd, int back_fd);
void svndump_read(const char *url, const char *local_ref, const char *notes_ref);
void svndump_deinit(void);
void svndump_reset(void);

#endif
back to top