/*------------------------------------------------------------------------- * * fastpath.h * * * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * $Id: fastpath.h,v 1.12 2001/11/05 17:46:36 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef FASTPATH_H #define FASTPATH_H extern int HandleFunctionRequest(void); #endif /* FASTPATH_H */