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.44 by pippijn, Fri Mar 2 10:43:01 2007 UTC vs.
Revision 1.46 by pippijn, Fri Mar 2 11:07:59 2007 UTC

120int command_dumpmap(object *op, char *params); 120int command_dumpmap(object *op, char *params);
121int command_dumpallmaps(object *op, char *params); 121int command_dumpallmaps(object *op, char *params);
122int command_printlos(object *op, char *params); 122int command_printlos(object *op, char *params);
123int command_version(object *op, char *params); 123int command_version(object *op, char *params);
124void bug_report(const char *reportstring); 124void 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); 125int command_statistics(object *pl, char *params);
128int command_fix_me(object *op, char *params); 126int command_fix_me(object *op, char *params);
129int command_players(object *op, char *paramss); 127int command_players(object *op, char *paramss);
130int command_logs(object *op, char *params); 128int command_logs(object *op, char *params);
131int command_applymode(object *op, char *params);
132int command_bowmode(object *op, char *params); 129int command_bowmode(object *op, char *params);
133int command_petmode(object *op, char *params);
134int command_showpets(object *op, char *params); 130int command_showpets(object *op, char *params);
135int command_resistances(object *op, char *params); 131int command_resistances(object *op, char *params);
136int command_help(object *op, char *params); 132int command_help(object *op, char *params);
137int onoff_value(const char *line); 133int onoff_value(const char *line);
138int command_quit(object *op, char *params); 134int command_quit(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines