Add error pattern checks for some TAP tests for non-existing objects
[pgsql.git] / src / bin / psql / prompt.h
blobf1f6ca51aba0ab4745fb3475a21db7cf7f69735d
1 /*
2 * psql - the PostgreSQL interactive terminal
4 * Copyright (c) 2000-2025, PostgreSQL Global Development Group
6 * src/bin/psql/prompt.h
7 */
8 #ifndef PROMPT_H
9 #define PROMPT_H
11 #include "fe_utils/conditional.h"
12 /* enum promptStatus_t is now defined by psqlscan.h */
13 #include "fe_utils/psqlscan.h"
15 char *get_prompt(promptStatus_t status, ConditionalStack cstack);
17 #endif /* PROMPT_H */