comparison packet.h @ 1052:e40d1b63b6a6 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Sat, 28 Feb 2015 23:25:16 +0800
parents 01eea88963f3
children 10f198d4a308
comparison
equal deleted inserted replaced
1046:b8f4b7027191 1052:e40d1b63b6a6
25 #ifndef DROPBEAR_PACKET_H_ 25 #ifndef DROPBEAR_PACKET_H_
26 26
27 #define DROPBEAR_PACKET_H_ 27 #define DROPBEAR_PACKET_H_
28 28
29 #include "includes.h" 29 #include "includes.h"
30 #include "queue.h"
30 31
31 void write_packet(); 32 void write_packet();
32 void read_packet(); 33 void read_packet();
33 void decrypt_packet(); 34 void decrypt_packet();
34 void encrypt_packet(); 35 void encrypt_packet();