summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-19 20:32:18 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-19 20:32:18 +0100
commit961e8d6b0215f61ce0e39bedcf7d5b216336eae6 (patch)
tree4763cb52c70f3f201299cd58875a72949f01f1f2 /src/verify.h
parent5cb84b215e47033ed23b3a7ccfb3359f333ba692 (diff)
Fix tests to actually check the results in several cases.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index cb3d03b2..11f879ff 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -276,6 +276,10 @@ std::vector<VerificationNote> verify (
std::string note_to_string (dcp::VerificationNote note);
+bool operator== (dcp::VerificationNote const& a, dcp::VerificationNote const& b);
+
+std::ostream& operator<<(std::ostream& s, dcp::VerificationNote const& note);
+
}
#endif