summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/auth.h b/auth.h
index 8920c7dae..c6fe84722 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.71 2012/11/04 11:09:15 djm Exp $ */ 1/* $OpenBSD: auth.h,v 1.72 2012/12/02 20:34:09 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -148,10 +148,12 @@ void disable_forwarding(void);
148void do_authentication(Authctxt *); 148void do_authentication(Authctxt *);
149void do_authentication2(Authctxt *); 149void do_authentication2(Authctxt *);
150 150
151void auth_log(Authctxt *, int, char *, char *); 151void auth_log(Authctxt *, int, int, const char *, const char *,
152void userauth_finish(Authctxt *, int, char *); 152 const char *);
153void userauth_finish(Authctxt *, int, const char *, const char *);
154int auth_root_allowed(const char *);
155
153void userauth_send_banner(const char *); 156void userauth_send_banner(const char *);
154int auth_root_allowed(char *);
155 157
156char *auth2_read_banner(void); 158char *auth2_read_banner(void);
157int auth2_methods_valid(const char *, int); 159int auth2_methods_valid(const char *, int);