Browse Source
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>main
Elijah Newren
2 years ago
committed by
Junio C Hamano
5 changed files with 11 additions and 5 deletions
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
#ifndef BASE85_H |
||||
#define BASE85_H |
||||
|
||||
int decode_85(char *dst, const char *line, int linelen); |
||||
void encode_85(char *buf, const unsigned char *data, int bytes); |
||||
|
||||
#endif /* BASE85_H */ |
Loading…
Reference in new issue