version 1.4 | version 1.5 | |||
---|---|---|---|---|
|
| |||
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:
|