0fd7bd997a69115c47aa13c973fca6ac54450285
   1#ifndef PROMPT_H
   2#define PROMPT_H
   3
   4char *git_getpass(const char *prompt);
   5
   6#endif /* PROMPT_H */