- /*-------------------------------------------------------------------------
- *
- * datetime.h
- * Definitions for the datetime
- *
- *
- * Copyright (c) 1994, Regents of the University of California
- *
- * $Id: datetime.h,v 1.7.2.1 1999/08/02 05:25:24 scrappy Exp $
- *
- *-------------------------------------------------------------------------
- */
- #ifndef DATETIME_H
- #define DATETIME_H
- typedef int32 DateADT;
- typedef float8 TimeADT;
- #endif /* DATETIME_H */