mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 06:37:42 -04:00
use isc/lang.h
This commit is contained in:
parent
33f236e3a1
commit
27aa96b186
1 changed files with 6 additions and 1 deletions
|
|
@ -15,13 +15,14 @@
|
|||
* 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
|
||||
#define TESTS_T_API_H 1
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <isc/lang.h>
|
||||
#include <isc/result.h>
|
||||
|
||||
/*
|
||||
|
|
@ -62,6 +63,8 @@ typedef struct {
|
|||
extern int T_debug;
|
||||
extern testspec_t T_testlist[];
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
void
|
||||
t_assert(const char *component, int anum, int class, const char *what, ...);
|
||||
|
||||
|
|
@ -89,5 +92,7 @@ t_bustline(char *line, char **toks);
|
|||
int
|
||||
t_eval(const char *filename, int (*func)(char **), int nargs);
|
||||
|
||||
ISC_LANG_ENDDECLS
|
||||
|
||||
#endif /* TESTS_T_API_H */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue