diff options
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ | |||
21 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 21 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
23 | * | 23 | * |
24 | * $OpenBSD: auth.h,v 1.10 2001/01/21 19:05:43 markus Exp $ | 24 | * $OpenBSD: auth.h,v 1.11 2001/02/12 16:16:23 markus Exp $ |
25 | */ | 25 | */ |
26 | #ifndef AUTH_H | 26 | #ifndef AUTH_H |
27 | #define AUTH_H | 27 | #define AUTH_H |
@@ -112,7 +112,7 @@ void do_authentication2(void); | |||
112 | Authctxt *authctxt_new(void); | 112 | Authctxt *authctxt_new(void); |
113 | void auth_log(Authctxt *authctxt, int authenticated, char *method, char *info); | 113 | void auth_log(Authctxt *authctxt, int authenticated, char *method, char *info); |
114 | void userauth_reply(Authctxt *authctxt, int authenticated); | 114 | void userauth_reply(Authctxt *authctxt, int authenticated); |
115 | int auth_root_allowed(void); | 115 | int auth_root_allowed(char *method); |
116 | 116 | ||
117 | int auth2_challenge(Authctxt *authctxt, char *devs); | 117 | int auth2_challenge(Authctxt *authctxt, char *devs); |
118 | 118 | ||