summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-17 13:05:31 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-17 13:05:31 +0000
commitcef392adb6d1c5ead4499bfc5b3fa3f761244272 (patch)
tree15dc59febb1935958fab52950b05946d5642701b /src/include
parentdcfb1ce728a61cfd8d0de8bab8bb5519483b20d8 (diff)
downloadkrb5-cef392adb6d1c5ead4499bfc5b3fa3f761244272.tar.gz
krb5-cef392adb6d1c5ead4499bfc5b3fa3f761244272.tar.xz
krb5-cef392adb6d1c5ead4499bfc5b3fa3f761244272.zip
add krb5_rd_req_simple
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@868 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/func-proto.h5
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,