diff options
Diffstat (limited to 'lpcap.h')
-rw-r--r-- | lpcap.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -70,6 +70,12 @@ typedef struct CapState { | |||
70 | : (c2)->index < (c1)->index + (c1)->siz - 1) | 70 | : (c2)->index < (c1)->index + (c1)->siz - 1) |
71 | 71 | ||
72 | 72 | ||
73 | /** | ||
74 | ** Maximum number of captures to visit when looking for an 'open'. | ||
75 | */ | ||
76 | #define MAXLOP 20 | ||
77 | |||
78 | |||
73 | 79 | ||
74 | int runtimecap (CapState *cs, Capture *close, const char *s, int *rem); | 80 | int runtimecap (CapState *cs, Capture *close, const char *s, int *rem); |
75 | int getcaptures (lua_State *L, const char *s, const char *r, int ptop); | 81 | int getcaptures (lua_State *L, const char *s, const char *r, int ptop); |