comparison packet.h @ 529:da6340a60039

- Try to write out as much as we can
author Matt Johnston <matt@ucc.asn.au>
date Thu, 26 Feb 2009 12:18:11 +0000
parents 4cab61369879
children 164b7c2cd5df
comparison
equal deleted inserted replaced
518:ce104c8b0be1 529:da6340a60039
26 26
27 #define _PACKET_H_ 27 #define _PACKET_H_
28 28
29 #include "includes.h" 29 #include "includes.h"
30 30
31 void write_packet(); 31 void write_packets();
32 void read_packet(); 32 void read_packet();
33 void decrypt_packet(); 33 void decrypt_packet();
34 void encrypt_packet(); 34 void encrypt_packet();
35 35
36 void process_packet(); 36 void process_packet();