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.123 by root, Tue Apr 6 03:53:29 2010 UTC vs.
Revision 1.124 by root, Tue Apr 6 22:59:28 2010 UTC

201int command_stack_push (object *op, char *params); 201int command_stack_push (object *op, char *params);
202int command_stack_list (object *op, char *params); 202int command_stack_list (object *op, char *params);
203int command_stack_clear (object *op, char *params); 203int command_stack_clear (object *op, char *params);
204int command_diff (object *op, char *params); 204int command_diff (object *op, char *params);
205int command_insert_into (object *op, char *params); 205int command_insert_into (object *op, char *params);
206
207/* commands.c */
208void init_commands ();
209CommFunc find_oldsocket_command (char *cmd);
210CommFunc find_oldsocket_command2 (char *cmd);
211 206
212/* daemon.c */ 207/* daemon.c */
213FILE *BecomeDaemon (const char *filename); 208FILE *BecomeDaemon (const char *filename);
214 209
215/* disease.c */ 210/* disease.c */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines