diff options
Diffstat (limited to 'src/include/tcop/fastpath.h')
-rw-r--r-- | src/include/tcop/fastpath.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h index e9b961d8f05..9e0f5e6bbb9 100644 --- a/src/include/tcop/fastpath.h +++ b/src/include/tcop/fastpath.h @@ -6,13 +6,15 @@ * 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 $ + * $Id: fastpath.h,v 1.14 2003/04/19 00:02:30 tgl Exp $ * *------------------------------------------------------------------------- */ #ifndef FASTPATH_H #define FASTPATH_H -extern int HandleFunctionRequest(void); +#include "lib/stringinfo.h" + +extern int HandleFunctionRequest(StringInfo msgBuf); #endif /* FASTPATH_H */ |