mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-17 00:14:13 -04:00
isc_log_vwrite is now a public function
This commit is contained in:
parent
00a1623a59
commit
6ffc076c08
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* 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 */
|
||||
|
||||
|
|
@ -745,7 +745,7 @@ isc_log_open(isc_logchannel_t *channel) {
|
|||
return (ISC_R_SUCCESS);
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category,
|
||||
isc_logmodule_t *module, int level, const char *format,
|
||||
va_list args)
|
||||
|
|
|
|||
Loading…
Reference in a new issue