]> git.draconx.ca Git - cdecl99.git/blobdiff - test/test.h
Work around breakage caused by newer Bison versions.
[cdecl99.git] / test / test.h
index dc661e3f31a538b29e4ea3c16875fb81c3deae1d..b8f7ee39273ddaca8ca72abdd7efb8c1856f47a2 100644 (file)
@@ -11,7 +11,10 @@ void *malloc_nofail(size_t size);
 void *realloc_nofail(void *ptr, size_t size);
 void test_print_specifiers(struct cdecl_declspec *spec);
 void test_print_decl(struct cdecl *decl);
+void test_explain_decl(struct cdecl *decl);
 
 bool strict_strtoul(unsigned long *val, const char *str, int base);
 
+void test_print_version(const char *program);
+
 #endif