From 8299ba653b6a5bc85cf16de89df6d52055895512 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 3 Jan 2023 18:42:02 +0100 Subject: Fix exports --- url.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'url.h') diff --git a/url.h b/url.h index bd60616..c4745ab 100644 --- a/url.h +++ b/url.h @@ -2,5 +2,7 @@ #include -std::string urlDecode(std::string s); +#define EXPORT __attribute__((visibility("default"))) + +EXPORT std::string urlDecode(std::string s); -- cgit v1.2.3