Difference for common/glue.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_glue_c =   * static char *rcsid_glue_c =
  *   "$Id: glue.c,v 1.8 2002/11/08 08:50:44 garbled Exp $";   *   "$Id: glue.c,v 1.9 2003/01/17 04:38:35 garbled Exp $";
  */   */
   
 /*  /*
Line 51
 
Line 51
 type_func_ob move_firewall_func;  type_func_ob move_firewall_func;
 type_func_ob_int  trap_adjust_func;  type_func_ob_int  trap_adjust_func;
 type_func_ob    move_creator_func;  type_func_ob    move_creator_func;
   type_func_ob move_duplicator_func;
 type_func_ob_ob esrv_send_item_func;  type_func_ob_ob esrv_send_item_func;
 type_func_player_int esrv_del_item_func;  type_func_player_int esrv_del_item_func;
 type_func_int_ob_ob esrv_update_item_func;  type_func_int_ob_ob esrv_update_item_func;
Line 91
 
Line 92
   move_firewall_func = dummy_function_ob;    move_firewall_func = dummy_function_ob;
   trap_adjust_func = dummy_function_ob_int;    trap_adjust_func = dummy_function_ob_int;
   move_creator_func = dummy_function_ob;    move_creator_func = dummy_function_ob;
     move_duplicator_func = dummy_function_ob;
   esrv_send_item_func = dummy_function_ob2;    esrv_send_item_func = dummy_function_ob2;
   esrv_del_item_func = dummy_function_player_int;    esrv_del_item_func = dummy_function_player_int;
   esrv_update_item_func = dummy_function_int_ob_ob;    esrv_update_item_func = dummy_function_int_ob_ob;
Line 215
 
Line 217
   move_creator_func = addr;    move_creator_func = addr;
 }  }
   
   void set_move_duplicator(type_func_ob addr) {
     move_duplicator_func = addr;
   }
   
 void set_esrv_send_item (type_func_ob_ob addr) {  void set_esrv_send_item (type_func_ob_ob addr) {
   esrv_send_item_func = addr;    esrv_send_item_func = addr;
 }  }


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

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