1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-23 01:22:37 +03:00

uint32: more longs converted to proper types

I also moved the MAC struct over to the mac.h header file and made sure
that the users of that struct include that file.
This commit is contained in:
Daniel Stenberg
2010-12-15 09:52:18 +01:00
parent b3e832172b
commit 121237ce2f
5 changed files with 58 additions and 55 deletions

View File

@@ -55,6 +55,7 @@
#include "transport.h"
#include "session.h"
#include "channel.h"
#include "mac.h"
/* libssh2_default_alloc
*/