about 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/blaze822_priv.h b/blaze822_priv.h
index 946b9b0..dfd8895 100644
--- a/blaze822_priv.h
+++ b/blaze822_priv.h
@@ -3,4 +3,7 @@ struct message {
 	char *end;
 	char *body;
 	char *bodyend;
+	char *bodychunk;
 };
+
+#define iswsp(c)  (((c) == ' ' || (c) == '\t'))