aboutsummaryrefslogtreecommitdiff
path: root/t/taplib.h
diff options
context:
space:
mode:
Diffstat (limited to 't/taplib.h')
-rw-r--r--t/taplib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/taplib.h b/t/taplib.h
index 16e41b6..b675329 100644
--- a/t/taplib.h
+++ b/t/taplib.h
@@ -1,3 +1,5 @@
void plan_tests(int n);
void ok(int cmp, char *name);
+void is_int(int got, int expect, char *name);
+void is_str(char *got, char *expect, char *name);
int exit_status(void);