diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-14 11:27:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-14 11:27:00 +0100 |
| commit | af87d03b24c21301639c23606993cfebcfbe3088 (patch) | |
| tree | e8106169d717030d96c444f3009687d3f7e2ba49 /src/util.h | |
| parent | 4cad94e5c679c290db71f739df513fbee5286b2a (diff) | |
Add GroupID support for PKLs (DoM #2943).v1.10.5
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ extern std::string make_digest (ArrayData data); extern bool ids_equal (std::string a, std::string b); extern std::string remove_urn_uuid (std::string raw); +extern boost::optional<std::string> remove_urn_uuid(boost::optional<std::string> raw); /** Set up various bits that the library needs. Should be called once * by client applications. |
