comment updates

This commit is contained in:
Brian Wellington
2000-09-26 22:14:35 +00:00
parent 8bc1e5bb4a
commit c76926d714
2 changed files with 2 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: log.h,v 1.23 2000/08/01 01:24:17 tale Exp $ */
/* $Id: log.h,v 1.24 2000/09/26 22:14:34 bwelling Exp $ */
/* Principal Authors: DCL */
@@ -91,8 +91,6 @@ dns_log_setcontext(isc_log_t *lctx);
*
* Requires:
* lctx is a valid logging context.
*
* dns_log_setcontext() is called only once.
*/
ISC_LANG_ENDDECLS

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: log.h,v 1.28 2000/08/01 01:30:23 tale Exp $ */
/* $Id: log.h,v 1.29 2000/09/26 22:14:35 bwelling Exp $ */
#ifndef ISC_LOG_H
#define ISC_LOG_H 1
@@ -823,7 +823,6 @@ isc_log_setcontext(isc_log_t *lctx);
*
* Requires:
* lctx be a valid context.
* This function must not have been previously called.
*/
ISC_LANG_ENDDECLS