From aba7ef898745fd09d03ad4ebedcd11f68abc5160 Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Wed, 19 Mar 2025 22:45:16 +0000 Subject: libctf: lots and lots of compilation error fixes More to come. --- libctf/ctf-hash.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libctf/ctf-hash.c') diff --git a/libctf/ctf-hash.c b/libctf/ctf-hash.c index a170b6c..64657bd 100644 --- a/libctf/ctf-hash.c +++ b/libctf/ctf-hash.c @@ -779,6 +779,12 @@ ctf_dynset_destroy (ctf_dynset_t *hp) htab_delete ((struct htab *) hp); } +void +ctf_dynset_destroy_arg (ctf_dynset_t *hp, void *unused _libctf_unused_) +{ + ctf_dynset_destroy (hp); +} + void * ctf_dynset_lookup (ctf_dynset_t *hp, const void *key) { -- cgit v1.1