]> granicus.if.org Git - postgresql/blobdiff - src/bin/psql/copy.h
Translation updates, some messages tweaked.
[postgresql] / src / bin / psql / copy.h
index 3bda9913f3b4bfcad1cd379c701ac8e888662cb5..c22146707ae099453baba9413464057c9e84b11a 100644 (file)
@@ -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