From f97fd125b9e2f8ff27da61a882c50ce66cc79d2d Mon Sep 17 00:00:00 2001 From: David Timber Date: Tue, 14 Jan 2020 21:24:04 +1100 Subject: impl resolving CNAMEd records. `memzero()` macro. --- src/iset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iset.h') diff --git a/src/iset.h b/src/iset.h index acc8f14..b23ee23 100644 --- a/src/iset.h +++ b/src/iset.h @@ -5,7 +5,7 @@ typedef struct prne_iset prne_iset_t; -typedef uintptr_t prne_iset_val_t; +typedef void* prne_iset_val_t; struct prne_iset { prne_iset_val_t *arr; -- cgit