Fix build by #if 0 out unused de_sgsap_tmsi() function.
[obnox/wireshark/wip.git] / gtk / supported_protos_dlg.h
index 0d81257c579e8752fbd8540192d9fee4dae40665..1ce2b6b846014677a71a61cd33ea4efb0af759b3 100644 (file)
@@ -2,10 +2,10 @@
  *
  * Laurent Deniel <laurent.deniel@free.fr>
  *
- * $Id: supported_protos_dlg.h,v 1.2 2004/02/20 22:37:50 guy Exp $
+ * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 2000 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
  *
  */
 
-#ifndef __SUPPORTED_DLG_H__
-#define __SUPPORTED_DLG_H__
+#ifndef __SUPPORTED_PROTOS_DLG_H__
+#define __SUPPORTED_PROTOS_DLG_H__
 
-void supported_cb(GtkWidget *, gpointer);
+/** @file
+ *  "Supported Protocols" dialog box.
+ */
+
+/**
+ * Create the supported protos dialog box.
+ *
+ * @param widget parent widget (unused)
+ * @param data unused
+ */
+void supported_cb(GtkWidget *widget, gpointer data);
 
-/* Redraw all the text widgets, to use a new font. */
+/** Redraw all the supported protos text widgets, to use a new font. */
 void supported_redraw(void);
 
-#endif
+#endif /* __SUPPORTED_PROTOS_DLG_H__ */