aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_import_dlg.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-11-12 22:20:12 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-11-12 22:20:12 +0000
commit296e43c3ebd6c7e8cfb50f0957dc487f5248bf2b (patch)
tree31ea11d78152da42e1aabe36c2f4531e030df931 /gtk/file_import_dlg.h
parent671344e6cc27831b89f31bbfe22cc6e8a776abe4 (diff)
Add text import capability, like text2pcap, directly into the GUI.
svn path=/trunk/; revision=34856
Diffstat (limited to 'gtk/file_import_dlg.h')
-rw-r--r--gtk/file_import_dlg.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/gtk/file_import_dlg.h b/gtk/file_import_dlg.h
new file mode 100644
index 0000000000..573c0eb486
--- /dev/null
+++ b/gtk/file_import_dlg.h
@@ -0,0 +1,31 @@
+/* file_import_dlg.h
+ * Definitions for file import dialog box
+ * November 2010, Jaap Keuter <jaap.keuter@xs4all.nl>
+ *
+ * $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 __FILE_IMPORT_DLG_H__
+#define __FILE_IMPORT_DLG_H__
+
+void file_import_cmd_cb(GtkWidget *widget);
+
+#endif /* file_import_dlg.h */