X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=cache.h;h=b1300cd989437e4631d6e4a58b1c32941b5c3b6b;hb=aedb8995f841949ce29e05ea7e5c03c2d5466089;hp=d186b44a516bbfb5a3f4b1c6687b5c19e64fa6ac;hpb=a814deca8b42e43fa6bbcfed1c2fe93131722b31;p=git.git diff --git a/cache.h b/cache.h index d186b44a5..b1300cd98 100644 --- a/cache.h +++ b/cache.h @@ -365,4 +365,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 */