Difference for include/sproto.h from version 1.176 to 1.177


version 1.176 version 1.177
Line 492
 
Line 492
 void *cfapi_party_get_property(int *type, ...);  void *cfapi_party_get_property(int *type, ...);
 void *cfapi_region_get_property(int *type, ...);  void *cfapi_region_get_property(int *type, ...);
 void *cfapi_get_time(int *type, ...);  void *cfapi_get_time(int *type, ...);
   void *cfapi_timer_create(int *type, ...);
   void *cfapi_timer_destroy(int *type, ...);
 command_array_struct *find_plugin_command(char *cmd, object *op);  command_array_struct *find_plugin_command(char *cmd, object *op);
 int initPlugins(void);  int initPlugins(void);
 /* resurrection.c */  /* resurrection.c */
Line 657
 
Line 659
 int cftimer_create(int id, long delay, object *ob, int mode);  int cftimer_create(int id, long delay, object *ob, int mode);
 int cftimer_destroy(int id);  int cftimer_destroy(int id);
 int cftimer_find_free_id(void);  int cftimer_find_free_id(void);
   void cftimer_init();
 /* weather.c */  /* weather.c */
 void set_darkness_map(mapstruct *m);  void set_darkness_map(mapstruct *m);
 void tick_the_clock(void);  void tick_the_clock(void);


Legend:
line(s) removed in v.1.176 
line(s) changed
 line(s) added in v.1.177

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