From 27aa96b186478f12fa49cf6cf4f1a2be2eda43e5 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 23 Jun 2000 03:10:33 +0000 Subject: [PATCH] use isc/lang.h --- lib/tests/include/tests/t_api.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/tests/include/tests/t_api.h b/lib/tests/include/tests/t_api.h index ed3ddd2bcb..8c2575bd9f 100644 --- a/lib/tests/include/tests/t_api.h +++ b/lib/tests/include/tests/t_api.h @@ -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 +#include #include /* @@ -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 */