send-email: fix grammo in the prompt that asks e-mail recipients
[git.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 */