/*-------------------------------------------------------------------------
 *
 * tgPrint.h--
 *    
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * tgPrint.h,v 1.1.1.1 1994/11/07 05:20:12 andrew Exp
 *
 *-------------------------------------------------------------------------
 */
#ifndef __TG_PRINT__
#define __TG_PRINT__

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <tdb.h>

extern void TgPrintAttHeader(TgTupleGroup *);
extern void TgPrintRowSeparator(int num);
extern void TgPrintTuples(TgTupleGroup *);
extern void TgPrintTupleGroup(TgTupleGroup *);

#endif /* __TG_PRINT__ */

