Add a declaration for the global variable krb5__krb4_context, which is
authorTheodore Tso <tytso@mit.edu>
Fri, 13 Nov 1998 20:35:51 +0000 (20:35 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 13 Nov 1998 20:35:51 +0000 (20:35 +0000)
used by the krb4 routines that need to call krb5 library routines.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11025 dc483132-0cff-0310-8789-dd5450dbe970

src/include/kerberosIV/ChangeLog
src/include/kerberosIV/krb.h

index 0ecf2b09e7f6e8a0d501af2ce7bf3dfe9d50305c..e4b26525ab4cc0f8ad79b2cc4b801cb693c87ae8 100644 (file)
@@ -1,3 +1,9 @@
+1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * krb.h: Add a declaration for the global variable
+               krb5__krb4_context, which is used by the krb4 routines
+               that need to call krb5 library routines.
+
 Thu Sep 17 18:23:26 1998  Tom Yu  <tlyu@mit.edu>
 
        * krb_db.h: ifdef out the declarations for kerb_get_* and
index ea0cd8b98c2a884c339633147c165389219dd041..d49e77e21a5060440e580ad77a9b3314add1aea0 100644 (file)
@@ -441,6 +441,8 @@ typedef int (KRB5_CALLCONV *decrypt_tkt_type)
                    char FAR *, key_proc_type, KTEXT FAR *));
 #define DECRYPT_TKT_TYPE_DEFINED
 
+extern struct _krb5_context FAR * krb5__krb4_context;
+
 /*
  * Function Prototypes for Kerberos V4.
  */