prompt.hon commit move git_getpass to its own source file (d3c58b8)
   1#ifndef PROMPT_H
   2#define PROMPT_H
   3
   4char *git_getpass(const char *prompt);
   5
   6#endif /* PROMPT_H */