Telnet++ 4.0.0.9
A C++ library for interacting with Telnet streams
Loading...
Searching...
No Matches
protocol.hpp
1#pragma once
2
3#include "telnetpp/core.hpp"
4
5//* =========================================================================
23//* =========================================================================
24namespace telnetpp::options::suppress_ga::detail {
25
26inline constexpr option_type const option = 3;
27
28}