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

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

extern LispValue find_relation_indices ARGS((Rel rel));
extern LispValue find_secondary_index ARGS((bool notfirst, ObjectId relid));

#endif /* indexnodeIncluded */
