]> git.ipfire.org Git - thirdparty/git.git/blame - base85.h
pretty: drop print_email_subject flag
[thirdparty/git.git] / base85.h
CommitLineData
9b5041f6
EN
1#ifndef BASE85_H
2#define BASE85_H
3
4int decode_85(char *dst, const char *line, int linelen);
5void encode_85(char *buf, const unsigned char *data, int bytes);
6
7#endif /* BASE85_H */