cvsserver: Fix handling of diappeared files on update
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 384b260227dfb2fa30ecc175681b9b8d73a3577a..1904131f27c2b41609c505fb8f73143619c133fa 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -468,8 +468,8 @@ extern int pager_in_use;
 extern int pager_use_color;
 
 /* base85 */
-int decode_85(char *dst, char *line, int linelen);
-void encode_85(char *buf, unsigned char *data, int bytes);
+int decode_85(char *dst, const char *line, int linelen);
+void encode_85(char *buf, const unsigned char *data, int bytes);
 
 /* alloc.c */
 struct blob;