Make find_release_notes() more testable.
[dcpomatic.git] / src / lib / release_notes.h
index 36f66d25775b6fd85bbb8c489f65cb3ead82ca30..a5026b432103c7a0045fe4c481b6bdfec4f469bf 100644 (file)
@@ -23,4 +23,4 @@
 #include <string>
 
 
-extern boost::optional<std::string> find_release_notes();
+extern boost::optional<std::string> find_release_notes(boost::optional<std::string> current = boost::optional<std::string>());