diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/func-proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index fb0cd43af..6c7499642 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -111,6 +111,11 @@ krb5_error_code krb5_mk_req_extended krb5_ccache, krb5_creds *, krb5_data * )); +krb5_error_code krb5_rd_req_simple + PROTOTYPE((const krb5_data *, + const krb5_principal, + const krb5_address *, + krb5_tkt_authent * )); krb5_error_code krb5_rd_req PROTOTYPE((const krb5_data *, const krb5_principal, |
