diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
commit | 1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch) | |
tree | 8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/include/commands/copy.h | |
parent | 8fecd4febf8357f3cc20383ed29ced484877d5ac (diff) |
Massive commit to run PGINDENT on all *.c and *.h files.
Diffstat (limited to 'src/include/commands/copy.h')
-rw-r--r-- | src/include/commands/copy.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h index 1a1228b142d..e1fb6a37838 100644 --- a/src/include/commands/copy.h +++ b/src/include/commands/copy.h @@ -1,20 +1,21 @@ /*------------------------------------------------------------------------- * * copy.h-- - * Definitions for using the POSTGRES copy command. + * Definitions for using the POSTGRES copy command. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: copy.h,v 1.2 1996/10/31 09:48:12 scrappy Exp $ + * $Id: copy.h,v 1.3 1997/09/07 04:57:23 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef COPY_H -#define COPY_H +#define COPY_H -void DoCopy(char *relname, bool binary, bool oids, bool from, bool pipe, char *filename, - char *delim); +void +DoCopy(char *relname, bool binary, bool oids, bool from, bool pipe, char *filename, + char *delim); -#endif /* COPY_H */ +#endif /* COPY_H */ |