aboutsummaryrefslogtreecommitdiff
path: root/prompt.h
diff options
context:
space:
mode:
Diffstat (limited to 'prompt.h')
-rw-r--r--prompt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/prompt.h b/prompt.h
new file mode 100644
index 000000000..0fd7bd997
--- /dev/null
+++ b/prompt.h
@@ -0,0 +1,6 @@
+#ifndef PROMPT_H
+#define PROMPT_H
+
+char *git_getpass(const char *prompt);
+
+#endif /* PROMPT_H */