summaryrefslogtreecommitdiffstats
path: root/readpass.h
diff options
context:
space:
mode:
Diffstat (limited to 'readpass.h')
-rw-r--r--readpass.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/readpass.h b/readpass.h
index da362ab4..229973c6 100644
--- a/readpass.h
+++ b/readpass.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: readpass.h,v 1.5 2001/06/26 06:32:58 itojun Exp $ */
+/* $OpenBSD: readpass.h,v 1.6 2001/06/26 17:27:24 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -14,4 +14,5 @@
#define RP_ECHO 0x0001
#define RP_ALLOW_STDIN 0x0002
+
char *read_passphrase(const char *, int);