/*-------------------------------------------------------------------------
 *
 * item.h--
 *    POSTGRES disk item definitions.
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * item.h,v 1.2 1995/06/14 00:16:34 jolly Exp
 *
 *-------------------------------------------------------------------------
 */
#ifndef	ITEM_H
#define ITEM_H

#include "c.h"

typedef Pointer	Item;

#endif	/* ITEM_H */
