summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.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/libssh.h
parente707af1cd78f730e80da7b109ee33985d0ee3419 (diff)
downloadlibssh-8bae43876fff891e33d48b177778ee4cb882c45a.tar.gz
libssh-8bae43876fff891e33d48b177778ee4cb882c45a.tar.xz
libssh-8bae43876fff891e33d48b177778ee4cb882c45a.zip
experimental callback system
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 62a74ff..e544787 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -441,7 +441,8 @@ LIBSSH_API int ssh_init(void);
LIBSSH_API int ssh_finalize(void);
/* messages.c */
-typedef struct ssh_message SSH_MESSAGE;
+typedef struct ssh_message_struct SSH_MESSAGE;
+typedef struct ssh_message_struct *ssh_message;
LIBSSH_API SSH_MESSAGE *ssh_message_retrieve(SSH_SESSION *session, uint32_t packettype);
LIBSSH_API SSH_MESSAGE *ssh_message_get(SSH_SESSION *session);