]> andersk Git - openssh.git/blobdiff - auth2.c
- deraadt@cvs.openbsd.org 2006/03/20 18:17:20
[openssh.git] / auth2.c
diff --git a/auth2.c b/auth2.c
index b49cc79c7f179515d2e1cded250da5b2ea2d6f6f..9d3263e556758d4f030a6813ff737be6490bfee3 100644 (file)
--- a/auth2.c
+++ b/auth2.c
@@ -95,6 +95,7 @@ do_authentication2(Authctxt *authctxt)
        dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);
 }
 
+/*ARGSUSED*/
 static void
 input_service_request(int type, u_int32_t seq, void *ctxt)
 {
@@ -128,6 +129,7 @@ input_service_request(int type, u_int32_t seq, void *ctxt)
        xfree(service);
 }
 
+/*ARGSUSED*/
 static void
 input_userauth_request(int type, u_int32_t seq, void *ctxt)
 {
This page took 0.031951 seconds and 4 git commands to generate.