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.
Best regards Michael
_______________________________________________ Ethereal-dev mailing list [EMAIL PROTECTED] http://www.ethereal.com/mailman/listinfo/ethereal-dev
