From e46d261abbd7ff00950440fb073fe50d2fff4add Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 8 Jun 2000 23:21:15 +0000 Subject: [PATCH] added void parameter declarator for definition of dst_lib_destroy() --- lib/dns/sec/dst/dst_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/sec/dst/dst_api.c b/lib/dns/sec/dst/dst_api.c index 50b5de9a6c..5f1c639807 100644 --- a/lib/dns/sec/dst/dst_api.c +++ b/lib/dns/sec/dst/dst_api.c @@ -19,7 +19,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_api.c,v 1.50 2000/06/08 20:38:48 tale Exp $ + * $Id: dst_api.c,v 1.51 2000/06/08 23:21:15 tale Exp $ */ #include @@ -88,7 +88,7 @@ dst_lib_init(isc_mem_t *mctx) { } void -dst_lib_destroy() { +dst_lib_destroy(void) { RUNTIME_CHECK(dst_initialized == ISC_TRUE); dst_initialized = ISC_FALSE;