3 * Wireshark's interface to the Lua Programming Language
5 * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
6 * (c) 2008, Balint Reczey <balint.reczey@ericsson.com>
7 * (c) 2011, Stig Bjorlykke <stig@bjorlykke.org>
8 * (c) 2014, Hadriel Kaplan <hadrielk@yahoo.com>
10 * Wireshark - Network traffic analyzer
11 * By Gerald Combs <gerald@wireshark.org>
12 * Copyright 1998 Gerald Combs
14 * SPDX-License-Identifier: GPL-2.0-or-later
20 void Push_Columns(lua_State
*L
, Columns c
);
21 int get_Columns_index(lua_State
*L
);