/* ----------------------------------------------------------------
 *   FILE
 *	hashutils.h
 *
 *   DESCRIPTION
 *	prototypes for hashutils.c.
 *
 *   NOTES
 *	Automatically generated using mkproto
 *
 *   IDENTIFICATION
 *	$Header: /faerie/aoki/postgres/src/backend/planner/RCS/hashutils.h,v 1.7 1993/11/03 04:12:05 aoki Exp $
 * ----------------------------------------------------------------
 */

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

extern LispValue group_clauses_by_hashop ARGS((LispValue clauseinfo_list, LispValue inner_relid));
extern HInfo match_hashop_hashinfo ARGS((ObjectId hashop, LispValue hashinfo_list));

#endif /* hashutilsIncluded */
