source:
trunk/essentials/app-arch/gzip/amiga/utime.h@
3330
| Last change on this file since 3330 was 3325, checked in by , 19 years ago | |
|---|---|
| File size: 197 bytes | |
| Line | |
|---|---|
| 1 | #ifndef _UTIME_H |
| 2 | #define _UTIME_H 1 |
| 3 | |
| 4 | #ifndef _TIME_H |
| 5 | #include <time.h> |
| 6 | #endif |
| 7 | |
| 8 | struct utimbuf { |
| 9 | time_t actime; |
| 10 | time_t modtime; |
| 11 | }; |
| 12 | |
| 13 | extern int utime (char *path, struct utimbuf *times); |
| 14 | |
| 15 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
