add krb5_rd_req_simple
authorJohn Kohl <jtkohl@mit.edu>
Thu, 17 May 1990 13:05:31 +0000 (13:05 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 17 May 1990 13:05:31 +0000 (13:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@868 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/func-proto.h

index fb0cd43af52a32721670a9b6c3ac1412d403f8b8..6c74996421b8cf0dc7418b96b1e51df536ad8f5a 100644 (file)
@@ -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,