summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-06-23 21:09:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-06-23 21:09:12 +0000
commit297aed5613bae883b6097c6cb0e27ed5f19fddf3 (patch)
treef476b213c460d74028bddb3eb10d5103b819889e
parentd30fcdfadfe82e82f75a90198074242d0d35a0eb (diff)
getskeyprompt() is gone
-rw-r--r--lib/libskey/skey.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libskey/skey.h b/lib/libskey/skey.h
index ec6f5f1fc7c..0929b08ea34 100644
--- a/lib/libskey/skey.h
+++ b/lib/libskey/skey.h
@@ -10,7 +10,7 @@
*
* Main client header
*
- * $OpenBSD: skey.h,v 1.14 2001/06/20 22:14:20 millert Exp $
+ * $OpenBSD: skey.h,v 1.15 2001/06/23 21:09:11 millert Exp $
*/
#ifndef _SKEY_H_
@@ -81,7 +81,6 @@ int skey_authenticate __P((char *));
int skey_passcheck __P((char *, char *));
char *skey_keyinfo __P((char *));
int skey_haskey __P((char *));
-int getskeyprompt __P((struct skey *, char *, char *));
int atob8 __P((char *, char *));
int btoa8 __P((char *, char *));
int htoi __P((int));