/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
#ifndef _USTAT_H
#define _USTAT_H
#include <sys/types.h>
#include <sys/ustat.h>
#ifdef __cplusplus
extern "C" {
#endif
#if defined(__STDC__)
extern int ustat(dev_t, struct ustat *);
#else
extern int ustat();
#endif /* end defined(_STDC) */
#ifdef __cplusplus
}
#endif
#endif /* _USTAT_H */