diff options
Diffstat (limited to 'prompt.h')
-rw-r--r-- | prompt.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,4 +6,6 @@ char *git_prompt(const char *prompt, int flags); +int git_read_line_interactively(struct strbuf *line); + #endif /* PROMPT_H */ |