summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/krb5/ChangeLog5
-rw-r--r--src/include/krb5/func-proto.h7
2 files changed, 8 insertions, 4 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index 023c2b663..8ab6bfd03 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -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,
diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h
index f7fb11b21..3c209eca5 100644
--- a/src/include/krb5/func-proto.h
+++ b/src/include/krb5/func-proto.h
@@ -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 *,