Commit e0b772cc authored by Marc G. Fournier's avatar Marc G. Fournier

another gone

parent a472a29b
...@@ -6,15 +6,15 @@ ...@@ -6,15 +6,15 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: printtup.h,v 1.1 1996/08/27 21:50:19 scrappy Exp $ * $Id: printtup.h,v 1.2 1996/11/06 08:52:04 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#ifndef PRINTTUP_H #ifndef PRINTTUP_H
#define PRINTTUP_H #define PRINTTUP_H
#include "access/htup.h" #include <access/htup.h>
#include "access/tupdesc.h" #include <access/tupdesc.h>
extern Oid typtoout(Oid type); extern Oid typtoout(Oid type);
extern void printtup(HeapTuple tuple, TupleDesc typeinfo); extern void printtup(HeapTuple tuple, TupleDesc typeinfo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment