summaryrefslogtreecommitdiff
path: root/dep.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep.h')
-rw-r--r--dep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep.h b/dep.h
index 345f5ad..f84a83e 100644
--- a/dep.h
+++ b/dep.h
@@ -64,7 +64,7 @@ struct nameseq *parse_file_seq (char **stringp, int stopchar, unsigned int size,
char *tilde_expand (char *name);
#ifndef NO_ARCHIVES
-struct nameseq *ar_glob (char *arname, char *member_pattern, unsigned int size);
+struct nameseq *ar_glob (const char *arname, const char *member_pattern, unsigned int size);
#endif
#ifndef iAPX286