diff options
Diffstat (limited to 'contrib/librdns/dns_private.h')
-rw-r--r-- | contrib/librdns/dns_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/librdns/dns_private.h b/contrib/librdns/dns_private.h index f734e2312..3f0bee437 100644 --- a/contrib/librdns/dns_private.h +++ b/contrib/librdns/dns_private.h @@ -138,6 +138,9 @@ struct rdns_resolver { struct rdns_plugin *curve_plugin; struct rdns_fake_reply *fake_elts; +#ifdef __GNUC__ + __attribute__((format(printf, 4, 0))) +#endif rdns_log_function logger; void *log_data; enum rdns_log_level log_level; |