aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/fileset_dlg.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-09-26 23:40:56 +0000
committerGerald Combs <gerald@wireshark.org>2012-09-26 23:40:56 +0000
commit3994ddc3574b68e2bb75807b13833508cbf3c943 (patch)
tree4666e56a28857047ca16e99bb26fb0919a706faf /ui/gtk/fileset_dlg.h
parent998da54456f675fb7fad7d7ecd52fab4a12d16d8 (diff)
Call fileset_file_closed from cf_cb_file_closed.
svn path=/trunk/; revision=45163
Diffstat (limited to 'ui/gtk/fileset_dlg.h')
-rw-r--r--ui/gtk/fileset_dlg.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/ui/gtk/fileset_dlg.h b/ui/gtk/fileset_dlg.h
index 3d86361eaf..8c982153ed 100644
--- a/ui/gtk/fileset_dlg.h
+++ b/ui/gtk/fileset_dlg.h
@@ -30,12 +30,19 @@
* @ingroup dialog_group
*/
-/** Enable file set menu items
+/** Enable file set menu items and look for similar files
*
* @param cf Capture file struct
*/
extern void fileset_file_opened(const capture_file *cf);
+/** Disable file set menu items
+ *
+ * @param cf Capture file struct
+ */
+extern void fileset_file_closed(void);
+
+
/** Open the fileset dialog.
*
* @param w calling widget (unused)