Merge branch 'ondrej/missing-extern-in-dighost_error-declaration' into 'master'

dighost_error declaration in dig/dig.h was missing extern

See merge request isc-projects/bind9!2278
This commit is contained in:
Ondřej Surý
2019-08-29 07:05:26 -04:00

View File

@@ -386,7 +386,7 @@ extern isc_result_t
/*
* Print an error message in the appropriate format.
*/
void
extern void
(*dighost_error)(const char *format, ...);
/*%<