#ifndef PROMPT_H #define PROMPT_H #define PROMPT_ASKPASS … #define PROMPT_ECHO … char *git_prompt(const char *prompt, int flags); int git_read_line_interactively(struct strbuf *line); #endif /* PROMPT_H */
#ifndef PROMPT_H #define PROMPT_H #define PROMPT_ASKPASS … #define PROMPT_ECHO … char *git_prompt(const char *prompt, int flags); int git_read_line_interactively(struct strbuf *line); #endif /* PROMPT_H */