summaryrefslogtreecommitdiffstats
path: root/src/lib/askpass.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/askpass.h')
-rw-r--r--src/lib/askpass.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/askpass.h b/src/lib/askpass.h
new file mode 100644
index 0000000..59ceb75
--- /dev/null
+++ b/src/lib/askpass.h
@@ -0,0 +1,7 @@
+#ifndef ASKPASS_H
+#define ASKPASS_H
+
+void askpass(const char *prompt, char *buf, size_t buf_size);
+const char *t_askpass(const char *prompt);
+
+#endif