aboutsummaryrefslogtreecommitdiff
path: root/lpcap.h
diff options
context:
space:
mode:
authorSergio <sqmedeiros@gmail.com>2019-06-21 18:07:07 -0300
committerSergio <sqmedeiros@gmail.com>2019-06-21 18:07:07 -0300
commit0671e873f50ba568074d1683e068d5dce88dd43b (patch)
tree373f46d1c3fac997803835155a5ba764bbcbd250 /lpcap.h
parent0f48dada44ec37bec8ef1b44ef8b621716ca5c05 (diff)
downloadlpeglabel-0671e873f50ba568074d1683e068d5dce88dd43b.tar.gz
lpeglabel-0671e873f50ba568074d1683e068d5dce88dd43b.tar.bz2
lpeglabel-0671e873f50ba568074d1683e068d5dce88dd43b.zip
Updating LPegLabel to the codebase of LPeg 1.0.2
Diffstat (limited to 'lpcap.h')
-rw-r--r--lpcap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lpcap.h b/lpcap.h
index 6133df2..dc10d69 100644
--- a/lpcap.h
+++ b/lpcap.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lpcap.h,v 1.3 2016/09/13 17:45:58 roberto Exp $ 2** $Id: lpcap.h $
3*/ 3*/
4 4
5#if !defined(lpcap_h) 5#if !defined(lpcap_h)
@@ -44,6 +44,7 @@ typedef struct CapState {
44 int ptop; /* index of last argument to 'match' */ 44 int ptop; /* index of last argument to 'match' */
45 const char *s; /* original string */ 45 const char *s; /* original string */
46 int valuecached; /* value stored in cache slot */ 46 int valuecached; /* value stored in cache slot */
47 int reclevel; /* recursion level */
47} CapState; 48} CapState;
48 49
49 50