libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
handler_bridge.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later
2//
3// Forward declaration only; see detail/handler_bridge.ipp for the definition.
4// Kept out of the public server headers so they don't have to include
5// <libssh/callbacks.h>. Not part of the public API.
6#pragma once
7
8#include <sshpp/config.hpp>
9
10namespace sshpp::detail {
11class HandlerBridge;
12} // namespace sshpp::detail
Definition handler_bridge.ipp:23
Definition handler_bridge.hpp:10