aboutsummaryrefslogtreecommitdiff
path: root/prompt.h
diff options
context:
space:
mode:
Diffstat (limited to 'prompt.h')
-rw-r--r--prompt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/prompt.h b/prompt.h
index 0fd7bd997..9ab85a78a 100644
--- a/prompt.h
+++ b/prompt.h
@@ -1,6 +1,9 @@
#ifndef PROMPT_H
#define PROMPT_H
+#define PROMPT_ASKPASS (1<<0)
+
+char *git_prompt(const char *prompt, int flags);
char *git_getpass(const char *prompt);
#endif /* PROMPT_H */