mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
line 126: remark(1692): prototyped function redeclared without prototype.
Prototype added.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* 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 <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -123,7 +123,7 @@ omapi_lib_init(isc_mem_t *mctx, isc_taskmgr_t *taskmgr,
|
|||||||
* omapi_object_dereference).
|
* omapi_object_dereference).
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
omapi_lib_destroy() {
|
omapi_lib_destroy(void) {
|
||||||
object_destroytypes();
|
object_destroytypes();
|
||||||
|
|
||||||
handle_destroy();
|
handle_destroy();
|
||||||
|
Reference in New Issue
Block a user