aboutsummaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h
index a1ce8d2..affa883 100644
--- a/src/context.h
+++ b/src/context.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.14 2010/07/27 14:49:35 james
+ * add support for byte logging
+ *
* Revision 1.13 2008/03/10 11:49:32 james
* *** empty log message ***
*
@@ -66,6 +69,7 @@ typedef struct Context_struct {
Cmd *d;
UTF8 *u;
RX *r;
+ int byte_logging;
} Context;
#endif /* __CONTEXT_H__ */