summaryrefslogtreecommitdiff
path: root/src/lib/release_notes.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-08-29 01:12:46 +0200
committerCarl Hetherington <cth@carlh.net>2022-08-29 01:12:46 +0200
commitde89da97f4c2fb73426697a16cf8027490e91bae (patch)
treec19bb8e9291757ea819e9d67a619e9919e6ae67a /src/lib/release_notes.h
parenta64f55f3a55ae8db95022ff8b5574c1eb4f2dc9f (diff)
Make find_release_notes() more testable.
Diffstat (limited to 'src/lib/release_notes.h')
-rw-r--r--src/lib/release_notes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/release_notes.h b/src/lib/release_notes.h
index 36f66d257..a5026b432 100644
--- a/src/lib/release_notes.h
+++ b/src/lib/release_notes.h
@@ -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>());