home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre3.z / postgre3 / src / lib / H / access / printtup.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  518 b   |  17 lines

  1. /*
  2.  * printtup.h --
  3.  *
  4.  *
  5.  * Identification:
  6.  *    $Header: /private/postgres/src/lib/H/access/RCS/printtup.h,v 1.7 1992/03/06 22:17:57 clarsen Exp $
  7.  */
  8.  
  9. #ifndef    PrintTupIncluded        /* Include this file only once */
  10. #define PrintTupIncluded    1
  11.  
  12. extern void printtup ARGS((HeapTuple tuple, struct attribute *typeinfo[]));
  13. extern void printtup_internal ARGS((HeapTuple tuple, struct attribute *typeinfo[]));
  14. extern void debugtup ARGS((HeapTuple tuple, struct attribute *typeinfo[]));
  15.  
  16. #endif    /* !defined(PrintTupIncluded) */
  17.