summaryrefslogtreecommitdiffhomepage
path: root/url.h
blob: f1db2268af5180f7cfd6d050d9ab6ddcbdd1c781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <string>

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

namespace Reichwein::URL {

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

} // namespace