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

Diff for /src/usr.bin/ssh/monitor_wrap.h between version 1.7 and 1.8

version 1.7, 2002/09/09 06:48:06 version 1.8, 2002/09/26 11:38:43
Line 79 
Line 79 
 int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **);  int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **);
 int mm_skey_respond(void *, u_int, char **);  int mm_skey_respond(void *, u_int, char **);
   
 /* auth_krb5 */  /* auth_krb */
   #ifdef KRB4
   int mm_auth_krb4(struct Authctxt *, void *, char **, void *);
   #endif
 #ifdef KRB5  #ifdef KRB5
 /* auth and reply are really krb5_data objects, but we don't want to  /* auth and reply are really krb5_data objects, but we don't want to
  * include all of the krb5 headers here */   * include all of the krb5 headers here */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8