From cef392adb6d1c5ead4499bfc5b3fa3f761244272 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 17 May 1990 13:05:31 +0000 Subject: [PATCH] add krb5_rd_req_simple git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@868 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/func-proto.h | 5 +++++ 1 file changed, 5 insertions(+) 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, -- 2.26.2