summaryrefslogtreecommitdiffhomepage
path: root/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'url.h')
-rw-r--r--url.h4
1 files changed, 4 insertions, 0 deletions
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
+