Index: common/packets.def =================================================================== RCS file: /home/freeciv/CVS/freeciv/common/packets.def,v retrieving revision 1.33 diff -u -r1.33 packets.def --- common/packets.def 20 Jul 2004 11:05:37 -0000 1.33 +++ common/packets.def 28 Jul 2004 21:38:39 -0000 @@ -96,9 +96,13 @@ remove-cap: don't transfer this field if the given capability is available at runtime. - dsend: request the creation of a dsend_packet_* function. - - lsend: request the creation of a lsend_packet_* function. + dsend: request the creation of a dsend_packet_* function. This is + similar to a send function but instead of taking a packet struct + as a parameter, it takes the fields of the packet as parameters. + + lsend: request the creation of a lsend_packet_* function. This + function sends to list of connections instead of just one + connection, which is the case for the other send functions. cs: a packet which is sent from the client to the server @@ -361,7 +365,7 @@ /************** Chat/event packets **********************/ -PACKET_CHAT_MSG=18;sc, pre-send, post-recv,lsend +PACKET_CHAT_MSG=18;sc, pre-send, post-recv,lsend,dsend STRING message[MAX_LEN_MSG]; COORD x, y; EVENT event;