diff process-packet.c @ 1278:0c47d97aa9d5

merge
author Matt Johnston <matt@ucc.asn.au>
date Wed, 16 Mar 2016 22:53:27 +0800
parents 9169e4e7cbee
children aeda68938596 435cfb9ec96e
line wrap: on
line diff
--- a/process-packet.c	Tue Mar 15 23:23:31 2016 +0800
+++ b/process-packet.c	Wed Mar 16 22:53:27 2016 +0800
@@ -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() {