Ethereal-dev: [Ethereal-dev] Problems compiling gtk/main.[ch]

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Michael Tuexen <Michael.Tuexen@xxxxxxxxxxxxxxxxx>
Date: Fri, 20 Feb 2004 18:53:43 +0100
Dear all,

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