---
gatchat/gatsyntax.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gatchat/gatsyntax.h b/gatchat/gatsyntax.h
index d76cf6f..3693db1 100644
--- a/gatchat/gatsyntax.h
+++ b/gatchat/gatsyntax.h
@@ -57,6 +57,7 @@ struct _GAtSyntax {
int state;
GAtSyntaxSetHintFunc set_hint;
GAtSyntaxFeedFunc feed;
+ int expect_msg_len;
};
--
1.6.3.3