]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
dighost_error declaration in dig/dig.h was missing extern
authorOndřej Surý <ondrej@sury.org>
Thu, 29 Aug 2019 09:14:39 +0000 (11:14 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 29 Aug 2019 09:24:16 +0000 (11:24 +0200)
bin/dig/include/dig/dig.h

index 34327559cea1111078afa8f28f71c4d66e91c02d..35f1f30c8fcea8fcd87b77860fdb9fd69d256ff6 100644 (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, ...);
 
 /*%<