Difference for include/sproto.h from version 1.133 to 1.134


version 1.133 version 1.134
Line 70
 
Line 70
 /* ban.c */  /* ban.c */
 int checkbanned(const char *login, const char *host);  int checkbanned(const char *login, const char *host);
 /* build_map.c */  /* build_map.c */
   object* get_connection_rune( object* pl, short x, short y );
   object* get_msg_book( object* pl, short x, short y );
   int adjust_sign_msg( object* pl, short x, short y, object* tmp );
 void remove_marking_runes(struct mapdef *map, short x, short y);  void remove_marking_runes(struct mapdef *map, short x, short y);
 int find_unused_connected_value(struct mapdef *map);  int find_unused_connected_value(struct mapdef *map);
 int find_or_create_connection_for_map(object *pl, short x, short y);  int find_or_create_connection_for_map(object* pl, short x, short y, object* rune);
 object *get_wall(struct mapdef *map, int x, int y);  object *get_wall(struct mapdef *map, int x, int y);
 void fix_walls(struct mapdef *map, int x, int y);  void fix_walls(struct mapdef *map, int x, int y);
 void apply_builder_floor(object *pl, object *material, short x, short y);  void apply_builder_floor(object *pl, object *material, short x, short y);


Legend:
line(s) removed in v.1.133 
line(s) changed
 line(s) added in v.1.134

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