diff 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
line wrap: on
line diff
--- a/process-packet.c	Fri Jan 01 09:46:09 2016 +0100
+++ b/process-packet.c	Fri Jan 01 16:30:31 2016 +0100
@@ -37,7 +37,7 @@
 
 #define MAX_UNAUTH_PACKET_TYPE SSH_MSG_USERAUTH_PK_OK
 
-static void recv_unimplemented();
+static void recv_unimplemented(void);
 
 /* process a decrypted packet, call the appropriate handler */
 void process_packet() {