move git_getpass to its own source file
[git.git] / prompt.h
1 #ifndef PROMPT_H
2 #define PROMPT_H
3
4 char *git_getpass(const char *prompt);
5
6 #endif /* PROMPT_H */