about summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bounce.h b/bounce.h
index 20d7d40..f95bdc8 100644
--- a/bounce.h
+++ b/bounce.h
@@ -39,6 +39,8 @@
 
 typedef unsigned char byte;
 
+enum { MessageCap = 8191 + 512 };
+
 enum { ParamCap = 15 };
 struct Message {
 	char *origin;