зеркало из https://github.com/microsoft/git.git
7 строки
142 B
C
7 строки
142 B
C
|
#ifndef COMPAT_TERMINAL_H
|
||
|
#define COMPAT_TERMINAL_H
|
||
|
|
||
|
char *git_terminal_prompt(const char *prompt, int echo);
|
||
|
|
||
|
#endif /* COMPAT_TERMINAL_H */
|