/* ----------------------------------------------------------------
 *   FILE
 *	joininfo.h
 *
 *   DESCRIPTION
 *	prototypes for joininfo.c.
 *
 *   NOTES
 *	Automatically generated using mkproto
 *
 *   IDENTIFICATION
 *	/usr/local/devel/postgres-v4r2/src/backend/planner/RCS/joininfo.h,v 1.5 1993/11/03 04:12:05 aoki Exp
 * ----------------------------------------------------------------
 */

#ifndef joininfoIncluded		/* include this file only once */
#define joininfoIncluded	1

extern JInfo joininfo_member ARGS((LispValue join_relids, LispValue joininfo_list));
extern JInfo find_joininfo_node ARGS((Rel this_rel, List join_relids));
extern Var other_join_clause_var ARGS((Var var, LispValue clause));

#endif /* joininfoIncluded */
