]> git.ipfire.org Git - thirdparty/git.git/blobdiff - prompt.h
interactive: refactor code asking the user for interactive input
[thirdparty/git.git] / prompt.h
index e04cced030ca4df6d729c2132ca4671b959952b4..e294e93541cfa0749cfb60fdceac2ebd3f41751d 100644 (file)
--- a/prompt.h
+++ b/prompt.h
@@ -6,4 +6,6 @@
 
 char *git_prompt(const char *prompt, int flags);
 
+int git_read_line_interactively(struct strbuf *line);
+
 #endif /* PROMPT_H */