10 lines
207 B
C++
10 lines
207 B
C++
#ifndef URLENC_HPP_SENTRY
|
|
#define URLENC_HPP_SENTRY
|
|
|
|
#include <scriptpp/scrvar.hpp>
|
|
|
|
ScriptVariable url_encode(const ScriptVariable &plain);
|
|
ScriptVariable url_decode(const ScriptVariable &encoded);
|
|
|
|
#endif
|