From 5c330068e75946286e8e0d3dc0bd381e419074a9 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 4 Jan 2023 15:16:36 +0100 Subject: Namespaces for API --- url.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'url.h') diff --git a/url.h b/url.h index c4745ab..f1db226 100644 --- a/url.h +++ b/url.h @@ -4,5 +4,9 @@ #define EXPORT __attribute__((visibility("default"))) +namespace Reichwein::URL { + EXPORT std::string urlDecode(std::string s); +} // namespace + -- cgit v1.2.3