Remove old "git-add.sh" remnants
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index 2f32f3d..4b7a439 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -365,5 +365,6 @@ 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 */