packaging: Add contrib installation
[platform/upstream/git.git] / prompt.h
index 04f321a..e294e93 100644 (file)
--- a/prompt.h
+++ b/prompt.h
@@ -5,6 +5,7 @@
 #define PROMPT_ECHO    (1<<1)
 
 char *git_prompt(const char *prompt, int flags);
-char *git_getpass(const char *prompt);
+
+int git_read_line_interactively(struct strbuf *line);
 
 #endif /* PROMPT_H */