From c06afcfe58ca7e9eeffda5e17b9e3ff219f9c653 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Sun, 14 May 2000 03:51:07 +0000 Subject: [PATCH] line 126: remark(1692): prototyped function redeclared without prototype. Prototype added. --- lib/omapi/lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/omapi/lib.c b/lib/omapi/lib.c index 618a45af02..ba45921069 100644 --- a/lib/omapi/lib.c +++ b/lib/omapi/lib.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: lib.c,v 1.10 2000/05/08 14:38:14 tale Exp $ */ +/* $Id: lib.c,v 1.11 2000/05/14 03:51:07 tale Exp $ */ #include @@ -123,7 +123,7 @@ omapi_lib_init(isc_mem_t *mctx, isc_taskmgr_t *taskmgr, * omapi_object_dereference). */ void -omapi_lib_destroy() { +omapi_lib_destroy(void) { object_destroytypes(); handle_destroy();