ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/request.C
(Generate patch)

Comparing deliantra/server/socket/request.C (file contents):
Revision 1.81 by root, Fri Mar 16 02:51:17 2007 UTC vs.
Revision 1.82 by root, Sun Mar 18 03:05:41 2007 UTC

978/** 978/**
979 * Asks the client to query the user. This way, the client knows 979 * Asks the client to query the user. This way, the client knows
980 * it needs to send something back (vs just printing out a message) 980 * it needs to send something back (vs just printing out a message)
981 */ 981 */
982void 982void
983send_query (client *ns, uint8 flags, char *text) 983send_query (client *ns, uint8 flags, const char *text)
984{ 984{
985 ns->send_packet_printf ("query %d %s", flags, text ? text : ""); 985 ns->send_packet_printf ("query %d %s", flags, text ? text : "");
986} 986}
987 987
988#define AddIfInt64(Old,New,Type) if (Old != New) {\ 988#define AddIfInt64(Old,New,Type) if (Old != New) {\

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines