diff options
Diffstat (limited to 'src/bin/psql/copy.h')
-rw-r--r-- | src/bin/psql/copy.h | 2 |
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 */ |