/* Copyright (c) 1993 Xerox Corporation. All rights reserved. */ /* $Id$ $Date$ */ #ifndef __PCR_utime_h #define __PCR_utime_h 1 #include extern int PCR_utime(const char *name, const struct utimbuf *p); #ifndef PCR_NO_RENAME # undef utime # define utime PCR_utime #endif /* !PCR_NO_RENAME */ #endif /* !__PCR_utime_h */ /* $Log$ */