Difference for include/plugin.h from version 1.16 to 1.17


version 1.16 version 1.17
Line 102
 
Line 102
 #define CFAPI_PPLAYER 11  #define CFAPI_PPLAYER 11
   
 typedef void* (*f_plug_api) (int* type, ...);  typedef void* (*f_plug_api) (int* type, ...);
 typedef int   (*f_plug_postinit) ();  typedef int   (*f_plug_postinit) (void);
 typedef int   (*f_plug_init)(const char* iversion, f_plug_api gethooksptr);  typedef int   (*f_plug_init)(const char* iversion, f_plug_api gethooksptr);
   
 #ifndef WIN32  #ifndef WIN32


Legend:
line(s) removed in v.1.16 
line(s) changed
 line(s) added in v.1.17

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