aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_welcome.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-04 23:14:27 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-04 23:14:27 +0000
commit792d18eaee6488c6cc668024856a91f2c0d2862d (patch)
treed7e41f8280d811922a7004800eb74695d7fc14f8 /gtk/main_welcome.h
parentd43be134b994b0ab12f52103a3837b6ff69393d2 (diff)
carve out the (currently disabled) welcome page into it's own file to slightly reduce the huge main.c file size
svn path=/trunk/; revision=24773
Diffstat (limited to 'gtk/main_welcome.h')
-rw-r--r--gtk/main_welcome.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/gtk/main_welcome.h b/gtk/main_welcome.h
new file mode 100644
index 0000000000..20f0376310
--- /dev/null
+++ b/gtk/main_welcome.h
@@ -0,0 +1,31 @@
+/* main_welcome.h
+ * Welcome "page"
+ *
+ * $Id: main_welcome.h 24604 2008-03-11 18:23:16Z stig $
+ *
+ * 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_WELCOME_H__
+#define __MAIN_WELCOME_H__
+
+
+GtkWidget *welcome_new(void);
+
+#endif /* __MAIN_WELCOME_H__ */