Fix prototype to match header, for bug # 10543.
This commit is contained in:
parent
1df3f58317
commit
1c13ced6eb
|
@ -72,7 +72,7 @@ archive_read_support_compression_program(struct archive *a, const char *cmd)
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
archive_read_support_compression_program_signature(struct archive *_a,
|
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)_a; /* UNUSED */
|
||||||
(void)cmd; /* UNUSED */
|
(void)cmd; /* UNUSED */
|
||||||
|
|
Loading…
Reference in New Issue