mirror of
https://github.com/git/git.git
synced 2024-11-01 06:47:52 +01:00
7 lines
142 B
C
7 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 */
|