summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 *,