diff options
author | Matt Johnston <matt@ucc.asn.au> | 2009-02-26 12:18:11 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2009-02-26 12:18:11 +0000 |
commit | a60cb7dbaa41432d359468c4f2972b1348fa8631 (patch) | |
tree | 238ffb11b54ad55ed3708d52fb0b7f59865788f5 /packet.h | |
parent | 3dbc7078206b544dd80a6a9bbd091075634b2942 (diff) |
- Try to write out as much as we can
--HG--
extra : convert_revision : a101cbd046507cf723e6362a49196dbd4b924042
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ #include "includes.h" -void write_packet(); +void write_packets(); void read_packet(); void decrypt_packet(); void encrypt_packet(); |