dighost_error declaration in dig/dig.h was missing extern

This commit is contained in:
Ondřej Surý
2019-08-29 11:14:39 +02:00
parent d9e96809ac
commit f1a887a0b9

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, ...);
/*%<