compat / terminal.hon commit Documentation/git-rebase.txt: -f forces a rebase that would otherwise be a no-op (2d26d53)
   1#ifndef COMPAT_TERMINAL_H
   2#define COMPAT_TERMINAL_H
   3
   4char *git_terminal_prompt(const char *prompt, int echo);
   5
   6#endif /* COMPAT_TERMINAL_H */