mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 20:41:18 -05:00
pullup:
add format checking
This commit is contained in:
parent
eab966fdb3
commit
feed58ca64
1 changed files with 5 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: update.c,v 1.88 2001/05/31 10:37:58 tale Exp $ */
|
||||
/* $Id: update.c,v 1.88.2.1 2002/01/23 03:02:28 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -151,6 +151,10 @@ static void forward_done(isc_task_t *task, isc_event_t *event);
|
|||
|
||||
/**************************************************************************/
|
||||
|
||||
static void
|
||||
update_log(ns_client_t *client, dns_zone_t *zone,
|
||||
int level, const char *fmt, ...) ISC_FORMAT_PRINTF(4, 5);
|
||||
|
||||
static void
|
||||
update_log(ns_client_t *client, dns_zone_t *zone,
|
||||
int level, const char *fmt, ...)
|
||||
|
|
|
|||
Loading…
Reference in a new issue