]> git.draconx.ca Git - cdecl99.git/blobdiff - test/test.h
Add a test case to check if libcdecl can parse its own output.
[cdecl99.git] / test / test.h
index dc661e3f31a538b29e4ea3c16875fb81c3deae1d..7cf89f1d7d2ec92b95c0cc771c0bc300cd4f71ee 100644 (file)
@@ -14,4 +14,6 @@ void test_print_decl(struct cdecl *decl);
 
 bool strict_strtoul(unsigned long *val, const char *str, int base);
 
+void test_print_version(const char *program);
+
 #endif