about summary refs log tree commit diff
path: root/third_party/git/prompt.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/prompt.h')
-rw-r--r--third_party/git/prompt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/git/prompt.h b/third_party/git/prompt.h
index e04cced030..e294e93541 100644
--- a/third_party/git/prompt.h
+++ b/third_party/git/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 */