Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2003:
[Freeciv-Dev] (PR#6982) Delta patch - missed updating connectdlg_g.h?
Home

[Freeciv-Dev] (PR#6982) Delta patch - missed updating connectdlg_g.h?

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#6982) Delta patch - missed updating connectdlg_g.h?
From: "Michael Kirzinger" <mjk3@xxxxxxxxxxxxxxx>
Date: Fri, 28 Nov 2003 23:43:11 -0800
Reply-to: rt@xxxxxxxxxxx

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

To me, it appears that the delta patch missed changing the function
prototype for handle_authentication_request in
/freeciv/client/include/connectdlg_g.h. It reads 
void handle_authentication_request(struct packet_authentication_req
*packet); in the current cvs.

However, in the clients, the function takes the form:
void handle_authentication_req(enum authentication_type type, char
*message);

Also, in that file, there is 
struct packet_authentication_request;
which does not seem to be required anymore.

-Michael


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#6982) Delta patch - missed updating connectdlg_g.h?, Michael Kirzinger <=