Difference for server/spell_util.c from version 1.90 to 1.91


version 1.90 version 1.91
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.90 2005/01/12 08:04:02 mwedel Exp $";   *   "$Id: spell_util.c,v 1.91 2005/04/27 21:43:29 ryo_saeba Exp $";
  */   */
   
   
Line 329
 
Line 329
  * as an existing spell, we presume they know it.   * as an existing spell, we presume they know it.
  * returns 1 if they know the spell, 0 if they don't.   * returns 1 if they know the spell, 0 if they don't.
  */   */
 object *check_spell_known (object *op, char *name)  object *check_spell_known (object *op, const char *name)
 {  {
     object *spop;      object *spop;
   
Line 349
 
Line 349
  * exact match, we also return NULL.   * exact match, we also return NULL.
  */   */
   
 object *lookup_spell_by_name(object *op,char *spname) {  object *lookup_spell_by_name(object *op,const char *spname) {
     object *spob1=NULL, *spob2=NULL, *spob;      object *spob1=NULL, *spob2=NULL, *spob;
     int nummatch=0;      int nummatch=0;
   


Legend:
line(s) removed in v.1.90 
line(s) changed
 line(s) added in v.1.91

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:50