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
2fda9d9e
Commit
2fda9d9e
authored
May 24, 2000
by
David Lawrence
Browse files
conform wrapper symbol to ISC style. include isc/result.h for isc_result_t.
parent
81064d64
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/tests/include/tests/t_api.h
View file @
2fda9d9e
...
...
@@ -15,11 +15,13 @@
* SOFTWARE.
*/
#ifndef
ISC
_T_API_H
#define
ISC
_T_API_H 1
#ifndef
TESTS
_T_API_H
#define
TESTS
_T_API_H 1
#include
<stdio.h>
#include
<isc/result.h>
/*
*
* Result codes.
...
...
@@ -85,5 +87,5 @@ t_bustline(char *line, char **toks);
int
t_eval
(
char
*
filename
,
int
(
*
func
)(
char
**
),
int
nargs
);
#endif
/*
ISC
_T_API_H */
#endif
/*
TESTS
_T_API_H */
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