diff options
Diffstat (limited to 'third_party/git/prompt.h')
-rw-r--r-- | third_party/git/prompt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/git/prompt.h b/third_party/git/prompt.h index e04cced030ca..e294e93541cf 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 */ |