summary refs log tree commit diff
path: root/blaze822_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'blaze822_priv.h')
-rw-r--r--blaze822_priv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/blaze822_priv.h b/blaze822_priv.h
new file mode 100644
index 0000000..946b9b0
--- /dev/null
+++ b/blaze822_priv.h
@@ -0,0 +1,6 @@
+struct message {
+	char *msg;
+	char *end;
+	char *body;
+	char *bodyend;
+};