summaryrefslogtreecommitdiff
path: root/src/bin/psql/describe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/describe.h')
-rw-r--r--src/bin/psql/describe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/describe.h b/src/bin/psql/describe.h
index 4297f7fdfdf..f0e3ec957c0 100644
--- a/src/bin/psql/describe.h
+++ b/src/bin/psql/describe.h
@@ -130,7 +130,7 @@ extern bool listOpFamilyOperators(const char *accessMethod_pattern,
/* \dAp */
extern bool listOpFamilyFunctions(const char *access_method_pattern,
- const char *family_pattern);
+ const char *family_pattern, bool verbose);
#endif /* DESCRIBE_H */