diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-11-04 23:14:30 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-11-04 23:14:30 +0000 |
| commit | 0e6652e67357354e01f2466184343d0bc0ee2cab (patch) | |
| tree | 0c06450508417e033f8a2b90241a7126cd54c4fe /src/bin/psql/common.h | |
| parent | 2323b63631080b7d4c287872a83b0ea30bd7874a (diff) | |
psql cleanup
Diffstat (limited to 'src/bin/psql/common.h')
| -rw-r--r-- | src/bin/psql/common.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/bin/psql/common.h b/src/bin/psql/common.h index 25bda2c0f87..e3924e9d92d 100644 --- a/src/bin/psql/common.h +++ b/src/bin/psql/common.h @@ -5,21 +5,21 @@ #include "settings.h" char * -xstrdup(const char * string); + xstrdup(const char *string); bool -setQFout(const char *fname, PsqlSettings *pset); + setQFout(const char *fname, PsqlSettings *pset); char * -simple_prompt(const char *prompt, int maxlen, bool echo); + simple_prompt(const char *prompt, int maxlen, bool echo); const char * -interpolate_var(const char * name, PsqlSettings * pset); + interpolate_var(const char *name, PsqlSettings *pset); -PGresult * -PSQLexec(PsqlSettings *pset, const char *query); +PGresult * + PSQLexec(PsqlSettings *pset, const char *query); bool -SendQuery(PsqlSettings *pset, const char *query); + SendQuery(PsqlSettings *pset, const char *query); -#endif /* COMMON_H */ +#endif /* COMMON_H */ |
