diff options
Diffstat (limited to 'src/include/utils/fcache2.h')
| -rw-r--r-- | src/include/utils/fcache2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/fcache2.h b/src/include/utils/fcache2.h index bf9c7fb0c6..9ed3c76603 100644 --- a/src/include/utils/fcache2.h +++ b/src/include/utils/fcache2.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: fcache2.h,v 1.4 1997/09/08 02:39:43 momjian Exp $ + * $Id: fcache2.h,v 1.5 1997/09/08 21:55:02 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,6 +16,6 @@ #include <nodes/execnodes.h> extern void - setFcache(Node * node, Oid foid, List * argList, ExprContext * econtext); + setFcache(Node *node, Oid foid, List *argList, ExprContext *econtext); #endif /* FCACHE2_H */ |
