Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2004:
[Freeciv-Dev] Re: (PR#10093) Rewrite win32 connect dialog
Home

[Freeciv-Dev] Re: (PR#10093) Rewrite win32 connect dialog

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: use_less@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#10093) Rewrite win32 connect dialog
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 15 Sep 2004 19:40:51 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=10093 >

James Canete wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=10093 >
> 
> Update.
> 
> New:
> - auth support works
> - integrated new game dialog
> 
> Todo:
> - fix loading games
> - game options button is there, but does nothing
> - fix some bugs
> - comments

connectdlg.c:777: warning: `load_game_callback' was used with no 
prototype before its definition

I'm not sure what this means.  But don't declare functions with no 
paramerers (like load_game_callback()); instead use a void parameter 
(load_game_callback(void)).

jason




[Prev in Thread] Current Thread [Next in Thread]