|
|
1.1 root 1: #ifndef _UTIME_H
2: #define _UTIME_H
3:
4: #include <sys/types.h> /* I know - shouldn't do this, but .. */
5:
6: struct utimbuf {
7: time_t actime;
8: time_t modtime;
9: };
10:
1.1.1.2 ! root 11: #ifdef __cplusplus
! 12: extern "C" {
! 13: #endif
! 14:
1.1 root 15: extern int utime(const char *filename, struct utimbuf *times);
16:
1.1.1.2 ! root 17: #ifdef __cplusplus
! 18: }
! 19: #endif
! 20:
1.1 root 21: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.