summaryrefslogtreecommitdiff
path: root/src/bin/psql/copy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/copy.h')
-rw-r--r--src/bin/psql/copy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/copy.h b/src/bin/psql/copy.h
index 6e01c5457d1..840fb27fe12 100644
--- a/src/bin/psql/copy.h
+++ b/src/bin/psql/copy.h
@@ -8,7 +8,7 @@
/* handler for \copy */
bool
- do_copy(const char *args, PsqlSettings *pset);
+ do_copy(const char *args);
/* lower level processors for copy in/out streams */