3 #include "telnetpp/core.hpp"
4 #include "telnetpp/options/new_environ/detail/protocol.hpp"
5 #include "telnetpp/options/new_environ/protocol.hpp"
7 namespace telnetpp::options::new_environ::detail {
13 void append_escaped(telnetpp::byte_storage &storage, telnetpp::bytes content);
20 return by == detail::var ? variable_type::var : variable_type::uservar;
variable_type
An enumeration of the type of variables that NEW_ENVIRON handles.
Definition: protocol.hpp:13