]> andersk Git - openssh.git/blobdiff - auth.h
- millert@cvs.openbsd.org 2002/02/17 19:42:32
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index 6db5b6e54e153d3e004c37e5e7f30e17e75c0e39..841928093223da283da756f5492b5c8387affaed 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -21,7 +21,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $OpenBSD: auth.h,v 1.27 2002/02/16 21:27:53 millert Exp $
+ * $OpenBSD: auth.h,v 1.28 2002/02/17 19:42:32 millert Exp $
  */
 #ifndef AUTH_H
 #define AUTH_H
@@ -80,9 +80,8 @@ struct KbdintDevice
 {
        const char *name;
        void*   (*init_ctx)(Authctxt*);
-       int     (*query)        __P((void *ctx, char **name, char **infotxt,
-                               u_int *numprompts, char ***prompts,
-                               u_int **echo_on));
+       int     (*query)(void *ctx, char **name, char **infotxt,
+                   u_int *numprompts, char ***prompts, u_int **echo_on);
        int     (*respond)(void *ctx, u_int numresp, char **responses);
        void    (*free_ctx)(void *ctx);
 };
This page took 0.036919 seconds and 4 git commands to generate.