summaryrefslogtreecommitdiffstats
path: root/include/libssh/server.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-08-23 16:33:59 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-08-23 16:33:59 +0200
commit8bae43876fff891e33d48b177778ee4cb882c45a (patch)
tree5c30ea9b6f73de5b116ad35e73f6da5bb2e6a301 /include/libssh/server.h
parente707af1cd78f730e80da7b109ee33985d0ee3419 (diff)
downloadlibssh-8bae43876fff891e33d48b177778ee4cb882c45a.tar.gz
libssh-8bae43876fff891e33d48b177778ee4cb882c45a.tar.xz
libssh-8bae43876fff891e33d48b177778ee4cb882c45a.zip
experimental callback system
Diffstat (limited to 'include/libssh/server.h')
-rw-r--r--include/libssh/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h
index e71e285..26f16b5 100644
--- a/include/libssh/server.h
+++ b/include/libssh/server.h
@@ -137,7 +137,7 @@ LIBSSH_API int ssh_message_service_reply_success(SSH_MESSAGE *msg);
LIBSSH_API char *ssh_message_service_service(SSH_MESSAGE *msg);
LIBSSH_API void ssh_set_message_callback(SSH_SESSION *session,
- int(*ssh_message_callback)(ssh_session session, struct ssh_message *msg));
+ int(*ssh_message_callback)(ssh_session session, ssh_message msg));
LIBSSH_API char *ssh_message_channel_request_open_originator(SSH_MESSAGE *msg);
LIBSSH_API int ssh_message_channel_request_open_originator_port(SSH_MESSAGE *msg);