1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-02 01:17:52 +03:00

Small doc fix

This commit is contained in:
Aris Adamantiadis
2010-02-12 23:29:24 +01:00
parent f8d0055503
commit 60e5a32d27

View File

@@ -165,6 +165,10 @@ private:
Session& operator=(const Session &);
};
/** @brief the ssh::Channel class describes the state of an SSH
* channel.
* @see ssh_channel
*/
class Channel {
public:
Channel(Session &session){