/*-------------------------------------------------------------------------
 *
 * fcache2.h--
 *    
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * fcache2.h,v 1.2 1995/01/04 22:21:07 jolly Exp
 *
 *-------------------------------------------------------------------------
 */
#ifndef FCACHE2_H
#define FCACHE2_H

extern void
setFcache(Node *node, Oid foid, List *argList, ExprContext *econtext);

#endif	/* FCACHE2_H */
