Make infiniband plugin compile.
[obnox/wireshark/wip.git] / menu.h
diff --git a/menu.h b/menu.h
index 75b8d5b61c37fd21b6d3b24fd372c5d4e5995a0f..686834addc48196b61fd466110db2b067023b8e8 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -4,8 +4,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * 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
@@ -38,12 +38,9 @@ void add_menu_recent_capture_file(gchar *file);
 /* Routines to enable or disable sets of menu items. */
 
 /* Enable or disable menu items based on whether you have a capture file
-   you've finished reading. */
-void set_menus_for_capture_file(gboolean);
-
-/* Enable or disable menu items based on whether you have an unsaved
-   capture file you've finished reading. */
-void set_menus_for_unsaved_capture_file(gboolean);
+   you've finished reading and, if you have one, whether it's been saved
+   and whether it could be saved except by copying the raw packet data. */
+void set_menus_for_capture_file(capture_file *);
 
 /* Enable or disable menu items based on whether there's a capture in
    progress. */