Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
c06afcfe
Commit
c06afcfe
authored
May 14, 2000
by
David Lawrence
Browse files
line 126: remark(1692): prototyped function redeclared without prototype.
Prototype added.
parent
e718ce99
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/omapi/lib.c
View file @
c06afcfe
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
* SOFTWARE.
* SOFTWARE.
*/
*/
/* $Id: lib.c,v 1.1
0
2000/05/
08 14:38:14
tale Exp $ */
/* $Id: lib.c,v 1.1
1
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,
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment