/* 5 for future expansion */
OBJ_OFS_DELTA = 6,
OBJ_REF_DELTA = 7,
+ OBJ_ANY,
OBJ_MAX,
};
extern int pager_use_color;
extern const char *editor_program;
-extern char *excludes_file;
+extern const char *excludes_file;
/* base85 */
int decode_85(char *dst, const char *line, int linelen);