summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-10-25 05:55:03 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-10-25 05:55:03 +0000
commit763cc5afd66b827e59ec277e934d6b3283f8530f (patch)
tree0ddc0de8af4d8cc88d0539220505477eb39a4519 /usr.bin
parent0101a674c1e705f9050ebdcfa9cb0c0f6f0ccd84 (diff)
remove unneeded typedefs; ok florian@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/dig/lib/dns/include/dns/types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/dig/lib/dns/include/dns/types.h b/usr.bin/dig/lib/dns/include/dns/types.h
index 2a8738c6573..88dfe4fa312 100644
--- a/usr.bin/dig/lib/dns/include/dns/types.h
+++ b/usr.bin/dig/lib/dns/include/dns/types.h
@@ -30,10 +30,8 @@
#include <isc/types.h>
-typedef struct dns_acache dns_acache_t;
typedef uint16_t dns_cert_t;
typedef struct dns_compress dns_compress_t;
-typedef struct dns_db dns_db_t;
typedef void dns_dbnode_t;
typedef void dns_dbversion_t;
typedef struct dns_decompress dns_decompress_t;
@@ -56,8 +54,6 @@ typedef uint16_t dns_rdatatype_t;
typedef uint8_t dns_secalg_t;
typedef struct dns_tsigkey dns_tsigkey_t;
typedef uint32_t dns_ttl_t;
-typedef struct dns_view dns_view_t;
-typedef struct dns_zone dns_zone_t;
typedef enum {
dns_namereln_none = 0,