From 72295139434d26c6da565faee2f50cb6fa900d43 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 24 Jan 1998 22:50:57 +0000 Subject: Fix prototypes so they don't look like function definitions. --- src/include/executor/nodeHashjoin.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/include/executor/nodeHashjoin.h') diff --git a/src/include/executor/nodeHashjoin.h b/src/include/executor/nodeHashjoin.h index 3a34a70973..2acbddf038 100644 --- a/src/include/executor/nodeHashjoin.h +++ b/src/include/executor/nodeHashjoin.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nodeHashjoin.h,v 1.6 1997/11/26 01:12:50 momjian Exp $ + * $Id: nodeHashjoin.h,v 1.7 1998/01/24 22:49:04 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -21,8 +21,7 @@ extern TupleTableSlot *ExecHashJoin(HashJoin *node); extern bool ExecInitHashJoin(HashJoin *node, EState *estate, Plan *parent); extern int ExecCountSlotsHashJoin(HashJoin *node); extern void ExecEndHashJoin(HashJoin *node); -extern char * -ExecHashJoinSaveTuple(HeapTuple heapTuple, char *buffer, +extern char * ExecHashJoinSaveTuple(HeapTuple heapTuple, char *buffer, File file, char *position); -- cgit v1.2.1