From d3dd3bb3e8f5e35cf068604c39c79e9338039bbe Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 8 Jun 2025 08:52:37 +0000 Subject: pe_hash_mbstr_crc32(), pe_hash_mbstr_crc64(): remove the symlen parameter (not used). --- include/perk/perk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/perk/perk.h b/include/perk/perk.h index 29030ef..93cb6a4 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -357,8 +357,8 @@ perk_api int pe_read_import_lookup (const unsigned char *, uint32_t magic); /* low-level symtbl api */ -perk_api uint32_t pe_hash_mbstr_crc32 (const unsigned char *, size_t *); -perk_api uint64_t pe_hash_mbstr_crc64 (const unsigned char *, size_t *); +perk_api uint32_t pe_hash_mbstr_crc32 (const unsigned char *); +perk_api uint64_t pe_hash_mbstr_crc64 (const unsigned char *); /* archiver api */ perk_api int pe_ar_get_archive_meta (const struct pe_driver_ctx *, -- cgit v1.2.3