1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-17 06:18:58 +03:00

move all u32,u16,u8 and u64 declarations in priv.h

And fix all headers which need u32,u8,u64
This commit is contained in:
Aris Adamantiadis
2009-07-24 22:31:39 +02:00
parent e406b81d34
commit 69a01b3657
4 changed files with 47 additions and 47 deletions

View File

@@ -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);