Fix for bug 2964.
[obnox/wireshark/wip.git] / gtk / summary_dlg.h
index 04041fa10c1848dedab392606937f1f7f17e1894..d3f003b49dd089766d00b1d83fe8b657686ed10a 100644 (file)
@@ -1,10 +1,10 @@
 /* summary_dlg.h
  * Routines for capture file summary window
  *
- * $Id: summary_dlg.h,v 1.1 1999/12/10 04:21:04 gram Exp $
+ * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  *
 #ifndef __SUMMARY_DLG_H__
 #define __SUMMARY_DLG_H__
 
-void summary_open_cb(GtkWidget *w, gpointer d);
-void summary_destroy_cb(GtkWidget *w, gpointer d);
+/** @file
+ *  "Summary" dialog box.
+ */
+
+/**
+ * Create the summary dialog box.
+ *
+ * @param widget parent widget (unused)
+ * @param data unused
+ */
+void summary_open_cb(GtkWidget *widget, gpointer data);
 
 #endif /* __SUMMARY_DLG_H__ */