From b044e6daba6bcd78ca90f418d2fca185d0bc3833 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 2 Mar 2000 01:14:02 +0000 Subject: [PATCH] updated comment to reflect changed interface --- bin/named/include/named/logconf.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/named/include/named/logconf.h b/bin/named/include/named/logconf.h index 891bdd814c..d456a951cf 100644 --- a/bin/named/include/named/logconf.h +++ b/bin/named/include/named/logconf.h @@ -23,11 +23,10 @@ #include isc_result_t -ns_log_configure(isc_logconfig_t *lctx, dns_c_logginglist_t *clog); +ns_log_configure(isc_logconfig_t *logconf, dns_c_logginglist_t *clog); /* - * Construct a new isc_logconfig_t object for use with the logging context - * 'lctx', configuring it according to the named.conf configuration data in - * 'clog'. + * Set up the logging configuration in '*logconf' according to + * the named.conf data in 'clog'. */ #endif /* NS_LOGCONF_H */