summaryrefslogtreecommitdiffhomepage
path: root/packet.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-03-04 14:57:18 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-03-04 14:57:18 +0800
commit7f1591054198e6633f7ed2b1f79d8ed0826df21b (patch)
treea7e847bc92be470a669898b2bbd2ca8db8e874d1 /packet.h
parent625b38d7af8c53981d61e8f24c3d623d1874237d (diff)
get rid of unused packet_type in encrypted write queue
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 0942914..e3ab808 100644
--- a/packet.h
+++ b/packet.h
@@ -35,7 +35,7 @@ void read_packet(void);
void decrypt_packet(void);
void encrypt_packet(void);
-void writebuf_enqueue(buffer * writebuf, unsigned char packet_type);
+void writebuf_enqueue(buffer * writebuf);
void process_packet(void);