1
0
mirror of https://github.com/git/git.git synced 2024-09-30 00:51:19 +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 */