aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'libctf/ctf-hash.c')
-rw-r--r--libctf/ctf-hash.c6
1 files changed, 6 insertions, 0 deletions
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)
{