2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 00:55:24 +00:00

Megacommit of dozens of files.

Cleanup of redundant/useless header file inclusion.

ISC style lint, primarily for function declarations and standalone
comments -- ie, those that appear on a line without any code, which
should be written as follows:
   /*
    * This is a comment.
    */
This commit is contained in:
David Lawrence
2000-05-08 14:38:29 +00:00
parent 595babf627
commit 1a69a1a78c
318 changed files with 3525 additions and 5094 deletions

View File

@@ -15,13 +15,10 @@
* SOFTWARE.
*/
/* $Id: callbacks.c,v 1.6 2000/03/17 17:49:37 gson Exp $ */
/* $Id: callbacks.c,v 1.7 2000/05/08 14:34:27 tale Exp $ */
#include <config.h>
#include <stdarg.h>
#include <isc/assertions.h>
#include <isc/util.h>
#include <dns/callbacks.h>
@@ -73,9 +70,7 @@ isclog_warn_callback(dns_rdatacallbacks_t *callbacks, char *fmt, ...) {
}
static void
dns_rdatacallbacks_initcommon(dns_rdatacallbacks_t *callbacks)
{
dns_rdatacallbacks_initcommon(dns_rdatacallbacks_t *callbacks) {
REQUIRE(callbacks != NULL);
callbacks->add = NULL;