1
0
mirror of https://github.com/git/git.git synced 2024-09-28 17:22:20 +02:00
git/compat/terminal.h

7 lines
142 B
C
Raw Normal View History

#ifndef COMPAT_TERMINAL_H
#define COMPAT_TERMINAL_H
char *git_terminal_prompt(const char *prompt, int echo);
#endif /* COMPAT_TERMINAL_H */