mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 20:11:12 -05:00
updated comment to reflect changed interface
This commit is contained in:
parent
2fabf91e5b
commit
b044e6daba
1 changed files with 3 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue