aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/server.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-07-24 22:31:39 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-07-24 22:31:39 +0200
commit69a01b365766956645cb2e7dbb3a6214e6ab3d85 (patch)
treededf5f17ce98960d49d2b1370f4db2b592c1df16 /include/libssh/server.h
parente406b81d34ffc041bffbbaa93b983d583dd119ad (diff)
downloadlibssh-69a01b365766956645cb2e7dbb3a6214e6ab3d85.tar.gz
libssh-69a01b365766956645cb2e7dbb3a6214e6ab3d85.tar.xz
libssh-69a01b365766956645cb2e7dbb3a6214e6ab3d85.zip
move all u32,u16,u8 and u64 declarations in priv.h
And fix all headers which need u32,u8,u64
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 0fa8c1b2..274089bd 100644
--- a/include/libssh/server.h
+++ b/include/libssh/server.h
@@ -150,7 +150,7 @@ int ssh_accept(SSH_SESSION *session);
typedef struct ssh_message SSH_MESSAGE;
-SSH_MESSAGE *ssh_message_retrieve(SSH_SESSION *session, u32 packettype);
+SSH_MESSAGE *ssh_message_retrieve(SSH_SESSION *session, uint32_t packettype);
SSH_MESSAGE *ssh_message_get(SSH_SESSION *session);
int ssh_message_type(SSH_MESSAGE *msg);
int ssh_message_subtype(SSH_MESSAGE *msg);