summaryrefslogtreecommitdiffhomepage
path: root/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'url.h')
-rw-r--r--url.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/url.h b/url.h
index bd60616..c4745ab 100644
--- a/url.h
+++ b/url.h
@@ -2,5 +2,7 @@
#include <string>
-std::string urlDecode(std::string s);
+#define EXPORT __attribute__((visibility("default")))
+
+EXPORT std::string urlDecode(std::string s);