summaryrefslogtreecommitdiff
path: root/src/include/commands/copy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/copy.h')
-rw-r--r--src/include/commands/copy.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h
index dcfce2f804..4eab57362a 100644
--- a/src/include/commands/copy.h
+++ b/src/include/commands/copy.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: copy.h,v 1.20 2002/09/04 20:31:42 momjian Exp $
+ * $Id: copy.h,v 1.21 2003/04/24 21:16:44 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,10 +15,8 @@
#define COPY_H
#include "nodes/parsenodes.h"
-#include "nodes/primnodes.h"
-extern int copy_lineno;
-void DoCopy(const CopyStmt *stmt);
+extern void DoCopy(const CopyStmt *stmt);
#endif /* COPY_H */