Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
0dea013c
Commit
0dea013c
authored
Feb 28, 2001
by
Brian Wellington
Browse files
add an ISC_FORMAT_PRINTF qualifier to cfg_obj_log().
parent
d1cc210d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isccfg/include/isccfg/cfg.h
View file @
0dea013c
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: cfg.h,v 1.1
7
2001/02/2
7 01:49:46
bwelling Exp $ */
/* $Id: cfg.h,v 1.1
8
2001/02/2
8 20:54:03
bwelling Exp $ */
#ifndef DNS_CFG_H
#define DNS_CFG_H 1
...
...
@@ -33,6 +33,7 @@
*** Imports
***/
#include
<isc/formatcheck.h>
#include
<isc/lang.h>
#include
<isc/types.h>
#include
<isc/list.h>
...
...
@@ -359,8 +360,8 @@ void cfg_obj_destroy(cfg_parser_t *pctx, cfg_obj_t **obj);
*/
void
cfg_obj_log
(
cfg_obj_t
*
obj
,
isc_log_t
*
lctx
,
int
level
,
const
char
*
fmt
,
...
);
cfg_obj_log
(
cfg_obj_t
*
obj
,
isc_log_t
*
lctx
,
int
level
,
const
char
*
fmt
,
...)
ISC_FORMAT_PRINTF
(
4
,
5
);
/*
* Log a message concerning configuration object 'obj' to the logging
* channel of 'pctx', at log level 'level'. The message will be prefixed
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment