2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

use isc/lang.h

This commit is contained in:
David Lawrence
2000-06-23 03:10:33 +00:00
parent 33f236e3a1
commit 27aa96b186

View File

@@ -15,13 +15,14 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: t_api.h,v 1.9 2000/06/22 22:00:26 tale Exp $ */ /* $Id: t_api.h,v 1.10 2000/06/23 03:10:33 tale Exp $ */
#ifndef TESTS_T_API_H #ifndef TESTS_T_API_H
#define TESTS_T_API_H 1 #define TESTS_T_API_H 1
#include <stdio.h> #include <stdio.h>
#include <isc/lang.h>
#include <isc/result.h> #include <isc/result.h>
/* /*
@@ -62,6 +63,8 @@ typedef struct {
extern int T_debug; extern int T_debug;
extern testspec_t T_testlist[]; extern testspec_t T_testlist[];
ISC_LANG_BEGINDECLS
void void
t_assert(const char *component, int anum, int class, const char *what, ...); t_assert(const char *component, int anum, int class, const char *what, ...);
@@ -89,5 +92,7 @@ t_bustline(char *line, char **toks);
int int
t_eval(const char *filename, int (*func)(char **), int nargs); t_eval(const char *filename, int (*func)(char **), int nargs);
ISC_LANG_ENDDECLS
#endif /* TESTS_T_API_H */ #endif /* TESTS_T_API_H */