diff options
Diffstat (limited to 'third_party/git/prompt.h')
-rw-r--r-- | third_party/git/prompt.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/git/prompt.h b/third_party/git/prompt.h deleted file mode 100644 index e294e93541cf..000000000000 --- a/third_party/git/prompt.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef PROMPT_H -#define PROMPT_H - -#define PROMPT_ASKPASS (1<<0) -#define PROMPT_ECHO (1<<1) - -char *git_prompt(const char *prompt, int flags); - -int git_read_line_interactively(struct strbuf *line); - -#endif /* PROMPT_H */ |