Removed global_context hack
authorEzra Peisach <epeisach@mit.edu>
Wed, 19 Apr 1995 17:28:33 +0000 (17:28 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 19 Apr 1995 17:28:33 +0000 (17:28 +0000)
Added prototype for krb5_set_default_realm

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

src/include/krb5/ChangeLog
src/include/krb5/func-proto.h

index 023c2b663027a1f1ed61384b38d308704f485cc3..8ab6bfd03d67979c1f10bbb34b77b49db954318a 100644 (file)
@@ -1,3 +1,8 @@
+Wed Apr 19 13:25:56 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * func-proto.h: Remove global_context hack. Added prototype for
+               krb5_set_default_realm.
+
 Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com)
 
         * asn1.h, ccache.h, encryption.h, func-pro.h, hostaddr.h, keytab.h,
index f7fb11b2185e81bde93dcd3a01c1f57c2401dcf0..3c209eca58e00edf958382f5aa5464fb56773535 100644 (file)
@@ -39,10 +39,6 @@ krb5_error_code krb5_get_default_in_tkt_etypes
        PROTOTYPE((krb5_context,
                   krb5_enctype **));
 
-/* This is a hack to find what needs fixing later, when we've all forgotten
- which rotuines still need fixing */
-extern krb5_context global_context;
-
 /* libkrb.spec */
 krb5_error_code krb5_kdc_rep_decrypt_proc
        PROTOTYPE((krb5_context,
@@ -421,6 +417,9 @@ krb5_error_code INTERFACE krb5_os_localaddr
 krb5_error_code INTERFACE krb5_get_default_realm
        PROTOTYPE((krb5_context,
                    char FAR * FAR * ));
+krb5_error_code INTERFACE krb5_set_default_realm
+       PROTOTYPE((krb5_context,
+                   const char FAR * ));
 krb5_error_code INTERFACE krb5_sname_to_principal
         PROTOTYPE((krb5_context,
                   const char FAR *,