[BACK]Return to utime.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/utime.h between version 1.3 and 1.4

version 1.3, 1998/05/13 08:39:21 version 1.4, 2002/02/16 21:27:17
Line 54 
Line 54 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS
 int utime __P((const char *, const struct utimbuf *));  int utime(const char *, const struct utimbuf *);
 __END_DECLS  __END_DECLS
   
 #endif /* !_UTIME_H_ */  #endif /* !_UTIME_H_ */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4