summaryrefslogtreecommitdiff
path: root/crypto/openssh/auth-options.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-03-18 09:55:03 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-03-18 09:55:03 +0000
commitae1f160d56b2d59d406f1af34cbdcc88a9e1b914 (patch)
tree7ac239d263df7247abaf6488a321dac17f2ebce9 /crypto/openssh/auth-options.h
parent1e8db6e2f63ea90b361b3bbc9ebe9990660cb596 (diff)
downloadsrc-test2-ae1f160d56b2d59d406f1af34cbdcc88a9e1b914.tar.gz
src-test2-ae1f160d56b2d59d406f1af34cbdcc88a9e1b914.zip
Notes
Diffstat (limited to 'crypto/openssh/auth-options.h')
-rw-r--r--crypto/openssh/auth-options.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/crypto/openssh/auth-options.h b/crypto/openssh/auth-options.h
index 8ee269491038..aa6270fd62ef 100644
--- a/crypto/openssh/auth-options.h
+++ b/crypto/openssh/auth-options.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: auth-options.h,v 1.11 2002/03/04 17:27:39 stevesk Exp $ */
+
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
* called by a name other than "ssh" or "Secure Shell".
*/
-/* $OpenBSD: auth-options.h,v 1.8 2001/01/21 19:05:42 markus Exp $ */
-
#ifndef AUTH_OPTIONS_H
#define AUTH_OPTIONS_H
@@ -30,15 +30,7 @@ extern int no_pty_flag;
extern char *forced_command;
extern struct envstring *custom_environment;
-/*
- * return 1 if access is granted, 0 if not.
- * side effect: sets key option flags
- */
-int
-auth_parse_options(struct passwd *pw, char *options, char *file,
- u_long linenum);
-
-/* reset options flags */
+int auth_parse_options(struct passwd *, char *, char *, u_long);
void auth_clear_options(void);
#endif