summaryrefslogtreecommitdiffhomepage
path: root/url.h
blob: c4745ab2de3da50635eb3cc87a89b588545d1f2f (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <string>

#define EXPORT __attribute__((visibility("default")))

EXPORT std::string urlDecode(std::string s);