summaryrefslogtreecommitdiffhomepage
path: root/url.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-04 15:16:36 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-04 15:16:36 +0100
commit5c330068e75946286e8e0d3dc0bd381e419074a9 (patch)
tree597a180b2b623e70af18bd80e380b2ce650b27d8 /url.h
parent17d2d6e657cb25260ed9cc329678ecf227191978 (diff)
Namespaces for API
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
+