Difference for common/map.c from version 1.75 to 1.76


version 1.75 version 1.76
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.75 2005/07/16 21:10:37 akirschbaum Exp $";   *   "$Id: map.c,v 1.76 2005/07/17 11:00:03 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 43
 
Line 43
  * return NULL if no match is found.   * return NULL if no match is found.
  */   */
   
 mapstruct *has_been_loaded (char *name) {  mapstruct *has_been_loaded (const char *name) {
     mapstruct *map;      mapstruct *map;
   
     if (!name || !*name)       if (!name || !*name)
Line 1310
 
Line 1310
  * Returns a pointer to the given map.   * Returns a pointer to the given map.
  */   */
   
 mapstruct *ready_map_name(char *name, int flags) {  mapstruct *ready_map_name(const char *name, int flags) {
     mapstruct *m;      mapstruct *m;
   
     if (!name)      if (!name)


Legend:
line(s) removed in v.1.75 
line(s) changed
 line(s) added in v.1.76

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