fastpath.h 490 Bytes
Newer Older
1 2
/*-------------------------------------------------------------------------
 *
3
 * fastpath.h
4
 *
5
 *
6
 * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
Bruce Momjian's avatar
Add:  
Bruce Momjian committed
7
 * Portions Copyright (c) 1994, Regents of the University of California
8
 *
9
 * $Id: fastpath.h,v 1.9 2001/06/01 15:45:42 tgl Exp $
10 11 12 13 14 15
 *
 *-------------------------------------------------------------------------
 */
#ifndef FASTPATH_H
#define FASTPATH_H

16
extern int	HandleFunctionRequest(void);
17

18
#endif	 /* FASTPATH_H */