mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
isc_log_vwrite is now a public function
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: log.c,v 1.3 1999/10/07 02:10:10 tale Exp $ */
|
/* $Id: log.c,v 1.4 1999/10/11 13:28:49 tale Exp $ */
|
||||||
|
|
||||||
/* Principal Authors: DCL */
|
/* Principal Authors: DCL */
|
||||||
|
|
||||||
@@ -745,7 +745,7 @@ isc_log_open(isc_logchannel_t *channel) {
|
|||||||
return (ISC_R_SUCCESS);
|
return (ISC_R_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
void
|
||||||
isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category,
|
isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category,
|
||||||
isc_logmodule_t *module, int level, const char *format,
|
isc_logmodule_t *module, int level, const char *format,
|
||||||
va_list args)
|
va_list args)
|
||||||
|
Reference in New Issue
Block a user