summaryrefslogtreecommitdiffstats
path: root/src/common/url_escape.h
blob: 3cb539b10b8b5b4af4c3f9d24879e0abe3daac60 (plain)
1
2
3
4
5
6
7
8
9
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab

#pragma once

#include <string>

extern std::string url_escape(const std::string& s);
extern std::string url_unescape(const std::string& s);