Dear all,That's the right solution.
in the current CVS version gtk/main.h reads in line 111
extern void dnd_open_file_cmd(gpointer cf_name);
whereas gtk/main.c reads in line 1646
dnd_open_file_cmd(gchar *cf_name)
Changing the second to gpointer cf_name allows me to complete the compilation
but I do know if it is the real solution.
This was only a temporary change for debugging, and I just missed it before doing the check in.
I will fix this shortly!
Regards, ULFL
_______________________________________________ Ethereal-dev mailing list [EMAIL PROTECTED] http://www.ethereal.com/mailman/listinfo/ethereal-dev
