From b4067d8afb3f6d24b341eca46bb031f56011ab05 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Fri, 4 Jan 2013 17:39:41 +0000 Subject: Updated shared taplib --- t/taplib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/taplib.h') diff --git a/t/taplib.h b/t/taplib.h index 45ce898..ddb0d20 100644 --- a/t/taplib.h +++ b/t/taplib.h @@ -1,5 +1,7 @@ void plan_tests(int n); void ok(int cmp, char *name); +void pass(char *name); +void fail(char *name); void is_int(int got, int expect, char *name); void is_str(const char *got, const char *expect, char *name); int exit_status(void); -- cgit v1.2.3-54-g00ecf