diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-08-23 16:33:59 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-08-23 16:33:59 +0200 |
commit | 8bae43876fff891e33d48b177778ee4cb882c45a (patch) | |
tree | 5c30ea9b6f73de5b116ad35e73f6da5bb2e6a301 /include/libssh/server.h | |
parent | e707af1cd78f730e80da7b109ee33985d0ee3419 (diff) | |
download | libssh-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.h | 2 |
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); |