summaryrefslogtreecommitdiff
path: root/src/bin/psql/prompt.h
blob: 977e754293c1f4ca5469daa07c7fac6dea8b3392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * psql - the PostgreSQL interactive terminal
 *
 * Copyright (c) 2000-2017, PostgreSQL Global Development Group
 *
 * src/bin/psql/prompt.h
 */
#ifndef PROMPT_H
#define PROMPT_H

/* enum promptStatus_t is now defined by psqlscan.h */
#include "fe_utils/psqlscan.h"

char	   *get_prompt(promptStatus_t status);

#endif   /* PROMPT_H */