head	1.1;
access;
symbols;
locks; strict;
comment	@ * @;


1.1
date	94.10.17.20.52.37;	author jolly;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@
#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__ */

@
