Ethereal-dev: Re: [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: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Fri, 20 Feb 2004 19:29:35 +0100
Michael Tuexen wrote:

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.

That's the right 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