summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-04-19 17:28:33 +0000
committerEzra Peisach <epeisach@mit.edu>1995-04-19 17:28:33 +0000
commit4bde3df46e2f42dba8ee8aab745098e3eb066b25 (patch)
tree5b9fdf10f2495d3364d3c4c1017d740348f1d52d /src
parent04ec04c3f685585dd6b5c88c9e671fe0123e0ea1 (diff)
downloadkrb5-4bde3df46e2f42dba8ee8aab745098e3eb066b25.tar.gz
krb5-4bde3df46e2f42dba8ee8aab745098e3eb066b25.tar.xz
krb5-4bde3df46e2f42dba8ee8aab745098e3eb066b25.zip
Removed global_context hack
Added prototype for krb5_set_default_realm git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5376 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-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 *,