Skip to content

Commit

Permalink
sendauth/recvauth take krb5_pointer, not void *
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1959 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
jtkohl committed Mar 29, 1991
1 parent c19bd4e commit ba9e447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/krb5/func-proto.h
Expand Up @@ -365,7 +365,7 @@ krb5_error_code krb5_cc_register
PROTOTYPE((krb5_cc_ops *,
krb5_boolean ));

krb5_error_code krb5_sendauth PROTOTYPE((void *,
krb5_error_code krb5_sendauth PROTOTYPE((krb5_pointer,
char *,
krb5_principal,
krb5_principal,
Expand All @@ -378,7 +378,7 @@ krb5_error_code krb5_sendauth PROTOTYPE((void *,
krb5_error **,
krb5_ap_rep_enc_part **));

krb5_error_code krb5_recvauth PROTOTYPE((void *,
krb5_error_code krb5_recvauth PROTOTYPE((krb5_pointer,
char *,
krb5_principal,
krb5_address *,
Expand Down

0 comments on commit ba9e447

Please sign in to comment.