/*------------------------------------------------------------------------- * * fcache2.h-- * * * * Copyright (c) 1994, Regents of the University of California * * $Id: fcache2.h,v 1.5 1997/09/08 21:55:02 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef FCACHE2_H #define FCACHE2_H #include extern void setFcache(Node *node, Oid foid, List *argList, ExprContext *econtext); #endif /* FCACHE2_H */