From af87d03b24c21301639c23606993cfebcfbe3088 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Jan 2025 11:27:00 +0100 Subject: Add GroupID support for PKLs (DoM #2943). --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 8c4e475c..3a962520 100644 --- a/src/util.h +++ b/src/util.h @@ -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 remove_urn_uuid(boost::optional raw); /** Set up various bits that the library needs. Should be called once * by client applications. -- cgit v1.2.3