Difference for include/sproto.h from version 1.140 to 1.141


version 1.140 version 1.141
Line 679
 
Line 679
 int pay_for_amount(uint64 to_pay, object *pl);  int pay_for_amount(uint64 to_pay, object *pl);
 int pay_for_item(object *op, object *pl);  int pay_for_item(object *op, object *pl);
 int get_payment(object *pl, object *op);  int get_payment(object *pl, object *op);
   double shop_specialisation_ratio(object *op, mapstruct *map);
   double shop_greed(mapstruct *map);
   uint64 value_limit(uint64 val, int quantity, mapstruct *map, int isshop);
   int describe_shop(object *op);
   double shopkeeper_approval(mapstruct *map, object *player);
 void sell_item(object *op, object *pl);  void sell_item(object *op, object *pl);
 void shop_listing(object *op);  void shop_listing(object *op);
 /* skills.c */  /* skills.c */


Legend:
line(s) removed in v.1.140 
line(s) changed
 line(s) added in v.1.141

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:30