Files
postgres/src/include/tcop/fastpath.h
T
2002-06-20 20:29:54 +00:00

19 lines
496 B
C

/*-------------------------------------------------------------------------
*
* fastpath.h
*
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: fastpath.h,v 1.13 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef FASTPATH_H
#define FASTPATH_H
extern int HandleFunctionRequest(void);
#endif /* FASTPATH_H */