diff options
Diffstat (limited to 'lpcap.h')
-rw-r--r-- | lpcap.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||