Difference for include/sproto.h from version 1.154 to 1.155


version 1.154 version 1.155
Line 258
 
Line 258
 int command_search_items(object *op, char *params);  int command_search_items(object *op, char *params);
 int command_rename_item(object *op, char *params);  int command_rename_item(object *op, char *params);
 /* c_party.c */  /* c_party.c */
   partylist* get_firstparty();
 void remove_party(partylist *target_party);  void remove_party(partylist *target_party);
 void obsolete_parties(void);  void obsolete_parties(void);
 int confirm_party_password(object *op);  int confirm_party_password(object *op);
Line 652
 
Line 653
 void* cfapi_object_apply_below(int* type, ...);  void* cfapi_object_apply_below(int* type, ...);
 void* cfapi_archetype_get_first(int* type, ...);  void* cfapi_archetype_get_first(int* type, ...);
 void* cfapi_archetype_get_property(int* type, ...);  void* cfapi_archetype_get_property(int* type, ...);
   void* cfapi_party_get_property(int* type, ...);
   
 CommArray_s *find_plugin_command(char *cmd, object *op);  CommArray_s *find_plugin_command(char *cmd, object *op);
 int initPlugins(void);  int initPlugins(void);


Legend:
line(s) removed in v.1.154 
line(s) changed
 line(s) added in v.1.155

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