Difference for include/sproto.h from version 1.107 to 1.108


version 1.107 version 1.108
Line 291
 
Line 291
 int command_listplugins(object *op, char *params);  int command_listplugins(object *op, char *params);
 int command_loadplugin(object *op, char *params);  int command_loadplugin(object *op, char *params);
 int command_unloadplugin(object *op, char *params);  int command_unloadplugin(object *op, char *params);
   int command_diff( object* op, char* params );
   void dm_stack_pop( player* pl );
   object* dm_stack_peek( player* pl );
   void dm_stack_push( player* pl, tag_t item );
   object* get_dm_object( player* pl, char** params, int* from );
   int command_stack_pop( object* op, char* params );
   int command_stack_push( object* op, char* params );
   int command_stack_list( object* op, char* params );
 /* commands.c */  /* commands.c */
 void init_commands(void);  void init_commands(void);
 CommFunc find_oldsocket_command(char *cmd);  CommFunc find_oldsocket_command(char *cmd);


Legend:
line(s) removed in v.1.107 
line(s) changed
 line(s) added in v.1.108

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