Code

9ab85a78a24db86283f22168db61e51d5ef87546
[git.git] / prompt.h
1 #ifndef PROMPT_H
2 #define PROMPT_H
4 #define PROMPT_ASKPASS (1<<0)
6 char *git_prompt(const char *prompt, int flags);
7 char *git_getpass(const char *prompt);
9 #endif /* PROMPT_H */