summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-08 08:52:37 +0000
committermidipix <writeonce@midipix.org>2025-06-08 08:52:37 +0000
commitd3dd3bb3e8f5e35cf068604c39c79e9338039bbe (patch)
tree7def9f905f1f39b8eae716143e36c756de09ffb6 /include
parentf848fd3e1d02c61e48e60113191b601fab8fd3ab (diff)
downloadperk-d3dd3bb3e8f5e35cf068604c39c79e9338039bbe.tar.bz2
perk-d3dd3bb3e8f5e35cf068604c39c79e9338039bbe.tar.xz
pe_hash_mbstr_crc32(), pe_hash_mbstr_crc64(): remove the symlen parameter (not used).
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk.h4
1 files changed, 2 insertions, 2 deletions
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 *,