updated comment to reflect changed interface

This commit is contained in:
Andreas Gustafsson 2000-03-02 01:14:02 +00:00
parent 2fabf91e5b
commit b044e6daba

View file

@ -23,11 +23,10 @@
#include <dns/conflog.h>
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 */