/****************************************************************************
 * This source file was written by Acorn Computers Limited. It is part of   *
 * the RISCOS library for writing applications in C for RISC OS. It may be  *
 * used freely in the creation of programs for Archimedes. It should be     *
 * used with Acorn's C Compiler Release 3 or later.                         *
 *                                                                          *
 ***************************************************************************/

/*
 * Title:   typdat.h
 * Purpose: RISCOS-specific file type and date info.
 *
 */

# ifndef __typdat_h
# define __typdat_h

typedef struct {int ex; int ld;} typdat; /* RISCOS type/date pair */

# endif

/* end typdat.h */
