From 3b988994f6d5789918f02bf69259433966429d8d Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 1 Oct 1990 15:23:59 +0000 Subject: [PATCH] Changed interface to mk_req_extended to include passing back the authenticator used to contact the server. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1160 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/func-proto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index 4f83e6fc4..d3b709fc8 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -110,6 +110,7 @@ krb5_error_code krb5_mk_req_extended const krb5_flags, krb5_ccache, krb5_creds *, + krb5_authenticator *, krb5_data * )); krb5_error_code krb5_rd_req_simple PROTOTYPE((const krb5_data *, -- 2.26.2