summaryrefslogtreecommitdiffhomepage
path: root/packet.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2016-03-16 22:53:27 +0800
committerMatt Johnston <matt@ucc.asn.au>2016-03-16 22:53:27 +0800
commitc830d30553abc3710c3d5eb18964cd96fc37c902 (patch)
tree393f384cd748140a3fb55f41a7009baca51a062e /packet.c
parent3e7672edca09cb72ca8be481b5a6d5fb30b79149 (diff)
parent0650182289344e0d83b20c0cea1024a2306d2072 (diff)
merge
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index f827ab8..924554d 100644
--- a/packet.c
+++ b/packet.c
@@ -36,11 +36,11 @@
#include "channel.h"
#include "netio.h"
-static int read_packet_init();
+static int read_packet_init(void);
static void make_mac(unsigned int seqno, const struct key_context_directional * key_state,
buffer * clear_buf, unsigned int clear_len,
unsigned char *output_mac);
-static int checkmac();
+static int checkmac(void);
/* For exact details see http://www.zlib.net/zlib_tech.html
* 5 bytes per 16kB block, plus 6 bytes for the stream.