Fix prototype to match header, for bug # 10543.

This commit is contained in:
Bill Hoffman 2010-05-05 09:34:57 -04:00
parent 1df3f58317
commit 1c13ced6eb
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ archive_read_support_compression_program(struct archive *a, const char *cmd)
*/
int
archive_read_support_compression_program_signature(struct archive *_a,
const char *cmd, void *signature, size_t signature_len)
const char *cmd, const void *signature, size_t signature_len)
{
(void)_a; /* UNUSED */
(void)cmd; /* UNUSED */