#ifndef _UTIME_H #define _UTIME_H #include #include /* I know - shouldn't do this, but .. */ #include #ifdef __cplusplus extern "C" { #endif extern int utime _ARGS ((const char *__filename, struct utimbuf *__times)); #ifdef __cplusplus } #endif #endif