mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +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:
@@ -19,12 +19,14 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <isc/error.h>
|
||||
|
||||
static void default_unexpected_callback(char *, int, char *, va_list);
|
||||
static void default_fatal_callback(char *, int, char *, va_list);
|
||||
static void
|
||||
default_unexpected_callback(char *, int, char *, va_list);
|
||||
|
||||
static void
|
||||
default_fatal_callback(char *, int, char *, va_list);
|
||||
|
||||
static isc_errorcallback_t unexpected_callback = default_unexpected_callback;
|
||||
static isc_errorcallback_t fatal_callback = default_fatal_callback;
|
||||
|
Reference in New Issue
Block a user