tgupdate: merge top-bases/t/misc/to-utf8 into t/misc/to-utf8
[git/gitweb.git] / varint.h
blobc1c44d9a6bde4853f55d6c8d7cd59ad159ef4abb
1 #ifndef VARINT_H
2 #define VARINT_H
4 extern int encode_varint(uintmax_t, unsigned char *);
5 extern uintmax_t decode_varint(const unsigned char **);
7 #endif /* VARINT_H */