/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
/* utimbuf is used by utime(2) */
#ifndef _UTIME_H
#define _UTIME_H
#include <sys/utime.h>
#ifdef __cplusplus
extern "C" {
#endif
#if defined(__STDC__)
extern int utime(const char *, const struct utimbuf *);
#else
extern int utime();
#endif /* __STDC__ */
#ifdef __cplusplus
}
#endif
#endif /* _UTIME_H */