diff options
Diffstat (limited to 'src/include/tcop/fastpath.h')
-rw-r--r-- | src/include/tcop/fastpath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h index df6234be896..0aceb8807c6 100644 --- a/src/include/tcop/fastpath.h +++ b/src/include/tcop/fastpath.h @@ -16,6 +16,6 @@ #include "lib/stringinfo.h" extern int GetOldFunctionMessage(StringInfo buf); -extern int HandleFunctionRequest(StringInfo msgBuf); +extern void HandleFunctionRequest(StringInfo msgBuf); #endif /* FASTPATH_H */ |