/*
 * printtup.h --
 *
 *
 * Identification:
 *	$Header: RCS/printtup.h,v 1.6 91/11/11 23:02:17 hong Exp $
 */

#ifndef	PrintTupIncluded		/* Include this file only once */
#define PrintTupIncluded	1

extern void printtup ARGS((HeapTuple tuple, struct attribute *typeinfo[]));
extern void debugtup ARGS((HeapTuple tuple, struct attribute *typeinfo[]));

#endif	/* !defined(PrintTupIncluded) */
