mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 23:04:53 -04:00
19 lines
496 B
C
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 */
|