summaryrefslogtreecommitdiffhomepage
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/packet.h b/packet.h
index cd21fe0..6013b72 100644
--- a/packet.h
+++ b/packet.h
@@ -28,12 +28,15 @@
#include "includes.h"
#include "queue.h"
+#include "buffer.h"
void write_packet();
void read_packet();
void decrypt_packet();
void encrypt_packet();
+void writebuf_enqueue(buffer * writebuf, unsigned char packet_type);
+
void process_packet();
void maybe_flush_reply_queue();