From 0b564c358ffa939feca988dc91ad08a2747b8cb5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 10 Sep 2010 21:47:47 +0200 Subject: include: Fixed some pedantic build warnings. --- include/libssh/libssh.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libssh') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index f26c53dc..ccd27620 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -171,7 +171,7 @@ enum ssh_requests_e { SSH_REQUEST_CHANNEL_OPEN, SSH_REQUEST_CHANNEL, SSH_REQUEST_SERVICE, - SSH_REQUEST_GLOBAL, + SSH_REQUEST_GLOBAL }; enum ssh_channel_type_e { @@ -189,7 +189,7 @@ enum ssh_channel_requests_e { SSH_CHANNEL_REQUEST_SHELL, SSH_CHANNEL_REQUEST_ENV, SSH_CHANNEL_REQUEST_SUBSYSTEM, - SSH_CHANNEL_REQUEST_WINDOW_CHANGE, + SSH_CHANNEL_REQUEST_WINDOW_CHANGE }; /* status flags */ @@ -203,7 +203,7 @@ enum ssh_server_known_e { SSH_SERVER_KNOWN_OK, SSH_SERVER_KNOWN_CHANGED, SSH_SERVER_FOUND_OTHER, - SSH_SERVER_FILE_NOT_FOUND, + SSH_SERVER_FILE_NOT_FOUND }; #ifndef MD5_DIGEST_LEN -- cgit