Skip to content
Snippets Groups Projects
Commit 1c5fa955 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

Add prototype for heap_getattr() to quiet compiler

parent c8fc4c96
No related branches found
No related tags found
No related merge requests found
/*-------------------------------------------------------------------------
*
* heaptuple.h--
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: heaptuple.h,v 1.1 1996/10/18 17:58:33 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HEAPTUPLE_H
#define HEAPTUPLE_H
extern char *heap_getattr(HeapTuple tup,
Buffer b,
int attnum,
TupleDesc tupleDesc,
bool *isnull);
#endif /* HEAP_TUPLE_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment