diff options
author | lloyd <[email protected]> | 2008-06-12 14:47:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-12 14:47:25 +0000 |
commit | b730ba19274f5422adb70df6d3328c46af35142f (patch) | |
tree | 4eb96b82b4489215587ee4b01ddafff9d9962f14 /checks/validate.h | |
parent | 1164b265ebecfb2132b07c9492e71881c69b2be4 (diff) |
Fix some -Wmissing-declarations warnings
Diffstat (limited to 'checks/validate.h')
-rw-r--r-- | checks/validate.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/checks/validate.h b/checks/validate.h new file mode 100644 index 000000000..c14fc56d9 --- /dev/null +++ b/checks/validate.h @@ -0,0 +1,9 @@ + +#ifndef BOTAN_TEST_VALIDATE_H__ +#define BOTAN_TEST_VALIDATE_H__ + +u32bit do_validation_tests(const std::string&, bool = true); +u32bit do_bigint_tests(const std::string&); +u32bit do_pk_validation_tests(const std::string&); + +#endif |