Revision 3dc47c428894c0eca7b01561978befdc09f64e48 authored by Junio C Hamano on 17 June 2019, 17:15:18 UTC, committed by Junio C Hamano on 17 June 2019, 17:15:18 UTC
Update to Unicode 12.1 width table.

* bb/unicode-12.1-reiwa:
  unicode: update the width tables to Unicode 12.1
2 parent s e7ef93b + 5817f9c
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