Difference for plugins/common/include/plugin_common.h from version 1.4 to 1.5


version 1.4 version 1.5
Line 117
 
Line 117
 extern f_plug_api cfapi_object_apply;  extern f_plug_api cfapi_object_apply;
 extern f_plug_api cfapi_object_remove;  extern f_plug_api cfapi_object_remove;
   
   #ifdef WIN32
   
   struct timezone {
    int tz_minuteswest;
    int tz_dsttime;
   };
   int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);
   
   #endif
   
 #endif /* PLUGIN_COMMON_H */  #endif /* PLUGIN_COMMON_H */


Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:58