aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_file_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wslua/wslua_file_common.h')
-rw-r--r--epan/wslua/wslua_file_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/wslua/wslua_file_common.h b/epan/wslua/wslua_file_common.h
index f581e8dc2b..56869efc92 100644
--- a/epan/wslua/wslua_file_common.h
+++ b/epan/wslua/wslua_file_common.h
@@ -68,8 +68,8 @@ extern CaptureInfo* push_CaptureInfo(lua_State* L, wtap *wth, const gboolean fir
extern CaptureInfoConst* push_CaptureInfoConst(lua_State* L, wtap_dumper *wdh);
extern File* push_File(lua_State* L, FILE_T ft);
extern File* push_Wdh(lua_State* L, wtap_dumper *wdh);
-extern FrameInfo* push_FrameInfo(lua_State* L, struct wtap_pkthdr *phdr, Buffer* buf);
-extern FrameInfoConst* push_FrameInfoConst(lua_State* L, const struct wtap_pkthdr *phdr, const guint8 *pd);
+extern FrameInfo* push_FrameInfo(lua_State* L, wtap_rec *rec, Buffer* buf);
+extern FrameInfoConst* push_FrameInfoConst(lua_State* L, const wtap_rec *rec, const guint8 *pd);
/*