home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Contributions / Interworks / Networking / INet-225 / include / utime.h < prev   
Encoding:
C/C++ Source or Header  |  1996-04-08  |  94 b   |  10 lines

  1. #ifndef UTIME_H
  2. #define UTIME_H
  3.  
  4. struct utimbuf {
  5.     time_t actime;
  6.     time_t modtime;
  7. };
  8.  
  9. #endif
  10.