]> git.ipfire.org Git - thirdparty/git.git/blame - varint.h
Merge tag 'l10n-2.24.0-rnd2' of https://github.com/git-l10n/git-po
[thirdparty/git.git] / varint.h
CommitLineData
d2c18985
JH
1#ifndef VARINT_H
2#define VARINT_H
3
55454427
DL
4int encode_varint(uintmax_t, unsigned char *);
5uintmax_t decode_varint(const unsigned char **);
d2c18985
JH
6
7#endif /* VARINT_H */