Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'mw/alternates'
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 9d0ddcff016be608e91f105ef7cbb975fb49198a..4b7a4392531dd4064694cd346fef902a2b1930e9 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-363,4
+363,8
@@
extern int receive_keep_pack(int fd[2], const char *me, int quiet);
/* pager.c */
extern void setup_pager(void);
+/* base85 */
+int decode_85(char *dst, char *line, int linelen);
+void encode_85(char *buf, unsigned char *data, int bytes);
+
#endif /* CACHE_H */