aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main_80211_toolbar.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-20 17:02:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-20 17:02:07 +0000
commita2f2c490747cdf36ad9dfb6cc73237a8ed569a21 (patch)
tree8e5f3c84d0bf3beb499c04c1889d979ce2eedcca /ui/gtk/main_80211_toolbar.h
parent9ee113d384fdfb3fefea56e4d9a2fc511b7a729d (diff)
Add the toolbar of bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973
sligtly modified to compile on Windows. See if it breaks any other platform. svn path=/trunk/; revision=43411
Diffstat (limited to 'ui/gtk/main_80211_toolbar.h')
-rw-r--r--ui/gtk/main_80211_toolbar.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/ui/gtk/main_80211_toolbar.h b/ui/gtk/main_80211_toolbar.h
new file mode 100644
index 0000000000..106253c193
--- /dev/null
+++ b/ui/gtk/main_80211_toolbar.h
@@ -0,0 +1,30 @@
+/*
+ * Copyright 2012, Pontus Fuchs <pontus.fuchs@gmail.com>
+ *
+ * $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 __80211_TOOLBAR_H__
+#define __80211_TOOLBAR_H__
+
+GtkWidget *ws80211_toolbar_new(void);
+
+#endif