From 46651ce6fe013220ed397add242004d764fc0153 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:15:05 +0200 Subject: Adding upstream version 14.5. Signed-off-by: Daniel Baumann --- src/bin/psql/help.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/bin/psql/help.h (limited to 'src/bin/psql/help.h') diff --git a/src/bin/psql/help.h b/src/bin/psql/help.h new file mode 100644 index 0000000..d4f91e0 --- /dev/null +++ b/src/bin/psql/help.h @@ -0,0 +1,21 @@ +/* + * psql - the PostgreSQL interactive terminal + * + * Copyright (c) 2000-2021, PostgreSQL Global Development Group + * + * src/bin/psql/help.h + */ +#ifndef HELP_H +#define HELP_H + +void usage(unsigned short int pager); + +void slashUsage(unsigned short int pager); + +void helpVariables(unsigned short int pager); + +void helpSQL(const char *topic, unsigned short int pager); + +void print_copyright(void); + +#endif -- cgit v1.2.3