93ba78d6f4
This causes cgit to serve error pages, which is undesirable. This reverts commit5229c9b232
, reversing changes made tof2b211131f
.
6 lines
142 B
C
6 lines
142 B
C
#ifndef COMPAT_TERMINAL_H
|
|
#define COMPAT_TERMINAL_H
|
|
|
|
char *git_terminal_prompt(const char *prompt, int echo);
|
|
|
|
#endif /* COMPAT_TERMINAL_H */
|