1 /* supported_protos_dlg.h
3 * Laurent Deniel <laurent.deniel@free.fr>
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 2000 Gerald Combs
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version 2
14 * of the License, or (at your option) any later version.
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
27 #ifndef __SUPPORTED_PROTOS_DLG_H__
28 #define __SUPPORTED_PROTOS_DLG_H__
31 * "Supported Protocols" dialog box.
35 * Create the supported protos dialog box.
37 * @param widget parent widget (unused)
40 void supported_cb(GtkWidget
*widget
, gpointer data
);
42 /** Redraw all the supported protos text widgets, to use a new font. */
43 void supported_redraw(void);
45 #endif /* __SUPPORTED_PROTOS_DLG_H__ */