diff options
Diffstat (limited to 'lpcap.h')
-rw-r--r-- | lpcap.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -48,9 +48,9 @@ typedef struct CapState { | |||
48 | } CapState; | 48 | } CapState; |
49 | 49 | ||
50 | 50 | ||
51 | int runtimecap (CapState *cs, Capture *close, const char *s, int *rem); | 51 | LUAI_FUNC int runtimecap (CapState *cs, Capture *close, const char *s, int *rem); |
52 | int getcaptures (lua_State *L, const char *s, const char *r, int ptop); | 52 | LUAI_FUNC int getcaptures (lua_State *L, const char *s, const char *r, int ptop); |
53 | int finddyncap (Capture *cap, Capture *last); | 53 | LUAI_FUNC int finddyncap (Capture *cap, Capture *last); |
54 | 54 | ||
55 | #endif | 55 | #endif |
56 | 56 | ||