From: John Kohl Date: Thu, 17 May 1990 13:05:31 +0000 (+0000) Subject: add krb5_rd_req_simple X-Git-Tag: krb5-1.0-alpha2~537 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cef392adb6d1c5ead4499bfc5b3fa3f761244272;p=krb5.git add krb5_rd_req_simple git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@868 dc483132-0cff-0310-8789-dd5450dbe970 --- 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,