aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/nodeUnique.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeUnique.h')
-rw-r--r--src/include/executor/nodeUnique.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/include/executor/nodeUnique.h b/src/include/executor/nodeUnique.h
index a3c143e3459..c66fa827cab 100644
--- a/src/include/executor/nodeUnique.h
+++ b/src/include/executor/nodeUnique.h
@@ -1,21 +1,21 @@
/*-------------------------------------------------------------------------
*
* nodeUnique.h--
- *
+ *
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeUnique.h,v 1.1 1996/08/28 07:22:27 scrappy Exp $
+ * $Id: nodeUnique.h,v 1.2 1997/09/07 04:58:01 momjian Exp $
*
*-------------------------------------------------------------------------
*/
-#ifndef NODEUNIQUE_H
-#define NODEUNIQUE_H
+#ifndef NODEUNIQUE_H
+#define NODEUNIQUE_H
-extern TupleTableSlot *ExecUnique(Unique *node);
-extern bool ExecInitUnique(Unique *node, EState *estate, Plan *parent);
-extern int ExecCountSlotsUnique(Unique *node);
-extern void ExecEndUnique(Unique *node);
+extern TupleTableSlot *ExecUnique(Unique * node);
+extern bool ExecInitUnique(Unique * node, EState * estate, Plan * parent);
+extern int ExecCountSlotsUnique(Unique * node);
+extern void ExecEndUnique(Unique * node);
-#endif /* NODEUNIQUE_H */
+#endif /* NODEUNIQUE_H */