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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/psql/copy.h b/src/bin/psql/copy.h
index 3bda9913f3b..c22146707ae 100644
--- a/src/bin/psql/copy.h
+++ b/src/bin/psql/copy.h
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/copy.h,v 1.10 2001/10/25 05:49:53 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/copy.h,v 1.11 2001/10/28 06:25:58 momjian Exp $
*/
#ifndef COPY_H
#define COPY_H
@@ -19,4 +19,5 @@ bool do_copy(const char *args);
bool handleCopyOut(PGconn *conn, FILE *copystream);
bool handleCopyIn(PGconn *conn, FILE *copystream, const char *prompt);
+
#endif