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
c9c1d174
Commit
c9c1d174
authored
Jun 19, 2000
by
Brian Wellington
Browse files
Use ISC_FORMAT_PRINTF for fatal
parent
0c7b7a19
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/dnssec/dnssectool.h
View file @
c9c1d174
...
...
@@ -18,8 +18,10 @@
#ifndef DNSSECTOOL_H
#define DNSSECTOOL_H 1
#include
<isc/log.h>
void
fatal
(
const
char
*
format
,
...);
fatal
(
const
char
*
format
,
...)
ISC_FORMAT_PRINTF
(
1
,
2
)
;
void
check_result
(
isc_result_t
result
,
const
char
*
message
);
...
...
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