diff options
Diffstat (limited to 'src/include/tcop/utility.h')
-rw-r--r-- | src/include/tcop/utility.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h index 6dd5add42c5..99b43229ffe 100644 --- a/src/include/tcop/utility.h +++ b/src/include/tcop/utility.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: utility.h,v 1.4 1997/09/08 02:39:21 momjian Exp $ + * $Id: utility.h,v 1.5 1997/09/08 21:54:45 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -15,6 +15,6 @@ #include <executor/execdesc.h> -extern void ProcessUtility(Node * parsetree, CommandDest dest); +extern void ProcessUtility(Node *parsetree, CommandDest dest); #endif /* UTILITY_H */ |