aboutsummaryrefslogtreecommitdiff
path: root/lpcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'lpcap.h')
-rw-r--r--lpcap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lpcap.h b/lpcap.h
index dc10d69..f3d1836 100644
--- a/lpcap.h
+++ b/lpcap.h
@@ -48,9 +48,9 @@ typedef struct CapState {
48} CapState; 48} CapState;
49 49
50 50
51int runtimecap (CapState *cs, Capture *close, const char *s, int *rem); 51LUAI_FUNC int runtimecap (CapState *cs, Capture *close, const char *s, int *rem);
52int getcaptures (lua_State *L, const char *s, const char *r, int ptop); 52LUAI_FUNC int getcaptures (lua_State *L, const char *s, const char *r, int ptop);
53int finddyncap (Capture *cap, Capture *last); 53LUAI_FUNC int finddyncap (Capture *cap, Capture *last);
54 54
55#endif 55#endif
56 56