thalassa/cms/urlenc.hpp
2026-03-19 06:23:52 +05:00

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