summaryrefslogtreecommitdiff
path: root/include/xgetpass.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xgetpass.h')
-rw-r--r--include/xgetpass.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/xgetpass.h b/include/xgetpass.h
new file mode 100644
index 0000000..b5a3c87
--- /dev/null
+++ b/include/xgetpass.h
@@ -0,0 +1,6 @@
+#ifndef UTIL_LINUX_XGETPASS_H
+#define UTIL_LINUX_XGETPASS_H
+
+extern char *xgetpass(int pfd, const char *prompt);
+
+#endif /* UTIL_LINUX_XGETPASS_H */