/*
 * printtup.h --
 *
 *
 * Identification:
 *	$Header: /data/01/postgres/src/backend/access/RCS/printtup.h,v 1.7 1992/03/06 22:17:57 clarsen Exp $
 */

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

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

#endif	/* !defined(PrintTupIncluded) */
