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