version 1.37 | | version 1.38 |
---|
| | |
| | |
/* | | /* |
* static char *rcsid_loop_c = | | * static char *rcsid_loop_c = |
* "$Id: loop.c,v 1.37 2005/12/11 19:11:32 akirschbaum Exp $"; | | * "$Id: loop.c,v 1.38 2006/01/09 19:35:13 cavesomething Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
if (!strcmp(buf, "image_info")) send_image_info(ns, params); | | if (!strcmp(buf, "image_info")) send_image_info(ns, params); |
else if (!strcmp(buf,"image_sums")) send_image_sums(ns, params); | | else if (!strcmp(buf,"image_sums")) send_image_sums(ns, params); |
else if (!strcmp(buf,"skill_info")) send_skill_info(ns, params); | | else if (!strcmp(buf,"skill_info")) send_skill_info(ns, params); |
| | else if (!strcmp(buf,"spell_paths")) send_spell_paths(ns, params); |
else Write_String_To_Socket(ns, bigbuf, len); | | else Write_String_To_Socket(ns, bigbuf, len); |
} | | } |
| | |