[BACK]Return to auth.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth.h between version 1.27 and 1.28

version 1.27, 2002/02/16 21:27:53 version 1.28, 2002/02/17 19:42:32
Line 80 
Line 80 
 {  {
         const char *name;          const char *name;
         void*   (*init_ctx)(Authctxt*);          void*   (*init_ctx)(Authctxt*);
         int     (*query)        __P((void *ctx, char **name, char **infotxt,          int     (*query)(void *ctx, char **name, char **infotxt,
                                 u_int *numprompts, char ***prompts,                      u_int *numprompts, char ***prompts, u_int **echo_on);
                                 u_int **echo_on));  
         int     (*respond)(void *ctx, u_int numresp, char **responses);          int     (*respond)(void *ctx, u_int numresp, char **responses);
         void    (*free_ctx)(void *ctx);          void    (*free_ctx)(void *ctx);
 };  };

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28