summaryrefslogtreecommitdiff
path: root/src/mbgl/util/url.hpp
blob: b9c66261dfab35175922d0f976c9df40a137045d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <string>

namespace mbgl {

namespace util {

std::string percentEncode(const std::string&);
std::string percentDecode(const std::string&);

} // namespace util
} // namespace mbgl