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.45 by pippijn, Fri Mar 2 10:55:00 2007 UTC vs.
Revision 1.47 by pippijn, Fri Mar 2 11:13:51 2007 UTC

94void map_info(object *op, char *search); 94void map_info(object *op, char *search);
95int command_body(object *op, char *params); 95int command_body(object *op, char *params);
96int command_motd(object *op, char *params); 96int command_motd(object *op, char *params);
97int command_bug(object *op, char *params); 97int command_bug(object *op, char *params);
98void malloc_info(object *op); 98void malloc_info(object *op);
99void current_region_info(object *op);
100void current_map_info(object *op); 99void current_map_info(object *op);
101int command_whereabouts(object *op, char *params); 100int command_whereabouts(object *op, char *params);
102int command_malloc(object *op, char *params); 101int command_malloc(object *op, char *params);
103int command_mapinfo(object *op, char *params); 102int command_mapinfo(object *op, char *params);
104int command_whereami(object *op, char *params);
105int command_maps(object *op, char *params); 103int command_maps(object *op, char *params);
106int command_strings(object *op, char *params); 104int command_strings(object *op, char *params);
107int command_sstable(object *op, char *params); 105int command_sstable(object *op, char *params);
108int command_time(object *op, char *params); 106int command_time(object *op, char *params);
109int command_weather(object *op, char *params); 107int command_weather(object *op, char *params);
120int command_dumpmap(object *op, char *params); 118int command_dumpmap(object *op, char *params);
121int command_dumpallmaps(object *op, char *params); 119int command_dumpallmaps(object *op, char *params);
122int command_printlos(object *op, char *params); 120int command_printlos(object *op, char *params);
123int command_version(object *op, char *params); 121int command_version(object *op, char *params);
124void bug_report(const char *reportstring); 122void bug_report(const char *reportstring);
125int command_output_sync(object *op, char *params);
126int command_output_count(object *op, char *params);
127int command_statistics(object *pl, char *params); 123int command_statistics(object *pl, char *params);
128int command_fix_me(object *op, char *params); 124int command_fix_me(object *op, char *params);
129int command_players(object *op, char *paramss); 125int command_players(object *op, char *paramss);
130int command_logs(object *op, char *params); 126int command_logs(object *op, char *params);
131int command_bowmode(object *op, char *params); 127int command_bowmode(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines