binary patch.
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index 9d0ddcf..2f32f3d 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -363,4 +363,7 @@ 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);
+
 #endif /* CACHE_H */