aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/prompt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/prompt.h')
-rw-r--r--src/bin/psql/prompt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/psql/prompt.h b/src/bin/psql/prompt.h
index 977e754293c..b3d2d98fd7d 100644
--- a/src/bin/psql/prompt.h
+++ b/src/bin/psql/prompt.h
@@ -10,7 +10,8 @@
/* enum promptStatus_t is now defined by psqlscan.h */
#include "fe_utils/psqlscan.h"
+#include "conditional.h"
-char *get_prompt(promptStatus_t status);
+char *get_prompt(promptStatus_t status, ConditionalStack cstack);
#endif /* PROMPT_H */