ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sproto.h
(Generate patch)

Comparing deliantra/server/include/sproto.h (file contents):
Revision 1.47 by pippijn, Fri Mar 2 11:13:51 2007 UTC vs.
Revision 1.48 by pippijn, Fri Mar 2 11:23:17 2007 UTC

89void apply_builder_item(object *pl, object *item, short x, short y); 89void apply_builder_item(object *pl, object *item, short x, short y);
90void apply_builder_remove(object *pl, int dir); 90void apply_builder_remove(object *pl, int dir);
91void apply_map_builder(object *pl, int dir); 91void apply_map_builder(object *pl, int dir);
92int adjust_sign_msg(object *pl, short x, short y, object *tmp); 92int adjust_sign_msg(object *pl, short x, short y, object *tmp);
93/* c_misc.c */ 93/* c_misc.c */
94void map_info(object *op, char *search);
95int command_body(object *op, char *params); 94int command_body(object *op, char *params);
96int command_motd(object *op, char *params); 95int command_motd(object *op, char *params);
97int command_bug(object *op, char *params); 96int command_bug(object *op, char *params);
98void malloc_info(object *op); 97void malloc_info(object *op);
99void current_map_info(object *op);
100int command_whereabouts(object *op, char *params); 98int command_whereabouts(object *op, char *params);
101int command_malloc(object *op, char *params); 99int command_malloc(object *op, char *params);
102int command_mapinfo(object *op, char *params);
103int command_maps(object *op, char *params); 100int command_maps(object *op, char *params);
104int command_strings(object *op, char *params); 101int command_strings(object *op, char *params);
105int command_sstable(object *op, char *params); 102int command_sstable(object *op, char *params);
106int command_time(object *op, char *params); 103int command_time(object *op, char *params);
107int command_weather(object *op, char *params); 104int command_weather(object *op, char *params);
132int command_quit(object *op, char *params); 129int command_quit(object *op, char *params);
133int command_real_quit(object *op, char *params); 130int command_real_quit(object *op, char *params);
134void receive_player_name(object *op, char k); 131void receive_player_name(object *op, char k);
135void receive_player_password(object *op, char k); 132void receive_player_password(object *op, char k);
136int command_title(object *op, char *params); 133int command_title(object *op, char *params);
137int command_style_map_info(object *op, char *params);
138int command_kill_pets(object *op, char *params); 134int command_kill_pets(object *op, char *params);
139int command_quests(object *pl, char *params); 135int command_quests(object *pl, char *params);
140/* c_move.c */ 136/* c_move.c */
141int command_east(object *op, char *params); 137int command_east(object *op, char *params);
142int command_north(object *op, char *params); 138int command_north(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines