1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

Changes all CHANNEL * to ssh_channel

This commit is contained in:
Aris Adamantiadis
2009-07-24 22:15:33 +02:00
parent 23b6c95e04
commit 2bc8819e8f
11 changed files with 118 additions and 118 deletions

View File

@@ -44,7 +44,7 @@ int main(int argc, char **argv){
SSH_SESSION *session;
SSH_BIND *ssh_bind;
SSH_MESSAGE *message;
CHANNEL *chan=0;
ssh_channel chan=0;
ssh_buffer buf;
int auth=0;
int sftp=0;