Fixed uint* to work on Windows.

Thanks to Patrick Spendrin.
This commit is contained in:
Andreas Schneider
2009-12-01 16:15:54 +01:00
parent 96afa4530c
commit 48b719cf68
7 changed files with 30 additions and 26 deletions

View File

@@ -370,7 +370,7 @@ int ssh_get_version(ssh_session session) {
* @brief handles a SSH_DISCONNECT packet
*/
SSH_PACKET_CALLBACK(ssh_packet_disconnect_callback){
u_int32_t code;
uint32_t code;
char *error;
ssh_string error_s;
(void)user;