https://github.com/git/git
Raw File
Tip revision: cee0c2750bb5f1b38f15ef961517e03c2e39c9ec authored by Junio C Hamano on 18 March 2014, 21:06:49 UTC
Git 1.9.1
Tip revision: cee0c27
terminal.h
#ifndef COMPAT_TERMINAL_H
#define COMPAT_TERMINAL_H

char *git_terminal_prompt(const char *prompt, int echo);

#endif /* COMPAT_TERMINAL_H */
back to top