Include "gui_stat_menu.h" to declare "register_stat_menu_item()".
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 3 Oct 2005 22:23:04 +0000 (22:23 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 3 Oct 2005 22:23:04 +0000 (22:23 +0000)
Fix the type of "t38_analysis_init()" to match what
"register_stat_cmd_arg()" expects.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16097 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/t38_analysis.c

index 3befd062220a4f2ff45abd2dd7e45ec2f43cc7d4..1dceedc9e3eb1fb42ac2b965d077c8beec76931e 100644 (file)
@@ -48,6 +48,7 @@
 #include "alert_box.h"
 #include "simple_dialog.h"
 #include "graph_analysis.h"
+#include "gui_stat_menu.h"
 
 #define MAX_HDLC_FRAME 1024
 
@@ -723,7 +724,7 @@ void t38_analysis_cb(GtkWidget *w _U_, gpointer data _U_)
 
 /****************************************************************************/
 static void
-t38_analysis_init(char *dummy _U_)
+t38_analysis_init(const char *dummy _U_)
 {
        t38_analysis_cb(NULL, NULL);
 }