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.44 by root, Sat Dec 16 21:40:26 2006 UTC vs.
Revision 1.45 by root, Tue Dec 19 04:58:05 2006 UTC

254 254
255void 255void
256ExtCmd (char *buf, int len, player *pl) 256ExtCmd (char *buf, int len, player *pl)
257{ 257{
258 INVOKE_PLAYER (EXTCMD, pl, ARG_DATA (buf, len)); 258 INVOKE_PLAYER (EXTCMD, pl, ARG_DATA (buf, len));
259}
260
261void
262ExtiCmd (char *buf, int len, client *ns)
263{
264 INVOKE_CLIENT (EXTICMD, ns, ARG_DATA (buf, len));
259} 265}
260 266
261void 267void
262MapInfoCmd (char *buf, int len, player *pl) 268MapInfoCmd (char *buf, int len, player *pl)
263{ 269{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines