aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_airpcap_toolbar.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-12 22:14:42 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-12 22:14:42 +0000
commit71c233d170d168d1515455f8340f96b4a53d8074 (patch)
treea1b1cee39bfb70cab8253ece9686e03856c89028 /gtk/main_airpcap_toolbar.h
parent22f1410c8adf83e9e8f131971cee2bdf7dbbd60f (diff)
move "airpcap toolbar" code from main.c into new file(s) main_airpcap_toolbar
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24961 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/main_airpcap_toolbar.h')
-rw-r--r--gtk/main_airpcap_toolbar.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/gtk/main_airpcap_toolbar.h b/gtk/main_airpcap_toolbar.h
new file mode 100644
index 0000000000..bf1f959d13
--- /dev/null
+++ b/gtk/main_airpcap_toolbar.h
@@ -0,0 +1,33 @@
+/* main_airpcap_toolbar.h
+ * Definitions for the airpcap toolbar routines
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __MAIN_AIRPCAP_TOOLBAR_H__
+#define __MAIN_AIRPCAP_TOOLBAR_H__
+
+extern int airpcap_dll_ret_val;
+
+GtkWidget *airpcap_toolbar_new();
+void airpcap_toolbar_show(GtkWidget *airpcap_tb);
+
+#endif /* __MAIN_AIRPCAP_TOOLBAR_H__ */