mirror of
https://github.com/postgres/postgres.git
synced 2026-03-03 05:40:43 -05:00
Fix compile warning.
This commit is contained in:
parent
f032bccbdd
commit
8e4357d8ad
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/dumputils.h,v 1.1 2002/08/27 18:57:26 petere Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/dumputils.h,v 1.2 2002/08/27 21:50:23 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -23,4 +23,4 @@ extern char *simple_prompt(const char *prompt, int maxlen, bool echo);
|
|||
extern const char *fmtId(const char *identifier);
|
||||
extern void appendStringLiteral(PQExpBuffer buf, const char *str, bool escapeAll);
|
||||
|
||||
#endif DUMPUTILS_H
|
||||
#endif /* DUMPUTILS_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue