Fix the wireless settings button for AirPCap devices in the
[obnox/wireshark/wip.git] / gtk / uat_gui.h
index 13f934a57956822db11d017046d37d64cc27bf45..d9324462fe17f58d7431b006ca62fe9f9612b4d3 100644 (file)
@@ -6,7 +6,7 @@
  *  User Accessible Tables GUI
  *  Mantain an array of user accessible data strucures
  *  
- * (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
  *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-#ifndef _UAT_GUI_H_
-#define _UAT_GUI_H_
-#include <epan/uat.h>
+#ifndef __UAT_GUI_H__
+#define __UAT_GUI_H__
 
-GtkWidget* uat_window(uat_t*);
+void uat_window_cb(GtkWidget* unused, void* uat);
 
-#endif
+#endif /* __UAT_GUI_H__ */