diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-03-04 14:57:18 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-03-04 14:57:18 +0800 |
commit | 7f1591054198e6633f7ed2b1f79d8ed0826df21b (patch) | |
tree | a7e847bc92be470a669898b2bbd2ca8db8e874d1 /packet.h | |
parent | 625b38d7af8c53981d61e8f24c3d623d1874237d (diff) |
get rid of unused packet_type in encrypted write queue
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |