comparison process-packet.c @ 1276:9169e4e7cbee

fix empty C prototypes
author Francois Perrad <francois.perrad@gadz.org>
date Fri, 01 Jan 2016 16:30:31 +0100
parents a0819ecfee0b
children aeda68938596 435cfb9ec96e
comparison
equal deleted inserted replaced
1275:d49bda490798 1276:9169e4e7cbee
35 #include "auth.h" 35 #include "auth.h"
36 #include "channel.h" 36 #include "channel.h"
37 37
38 #define MAX_UNAUTH_PACKET_TYPE SSH_MSG_USERAUTH_PK_OK 38 #define MAX_UNAUTH_PACKET_TYPE SSH_MSG_USERAUTH_PK_OK
39 39
40 static void recv_unimplemented(); 40 static void recv_unimplemented(void);
41 41
42 /* process a decrypted packet, call the appropriate handler */ 42 /* process a decrypted packet, call the appropriate handler */
43 void process_packet() { 43 void process_packet() {
44 44
45 unsigned char type; 45 unsigned char type;