Welcome to mirror list, hosted at ThFree Co, Russian Federation.

terminal.h « compat - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97db7cd69d65fc1a03ffb25e4b53ad6d296016e5 (plain)
1
2
3
4
5
6
#ifndef COMPAT_TERMINAL_H
#define COMPAT_TERMINAL_H

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

#endif /* COMPAT_TERMINAL_H */