summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-04-19 14:29:48 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-04-19 14:29:48 +0000
commit06a9914f2d0a66ba95de92bf9429c1adc562913e (patch)
treeb7fa0690192ac41802927bd7f61803626123e56a /src/include
parent45320f721275d91938bd4a37d93141e35b7cb482 (diff)
downloadkrb5-06a9914f2d0a66ba95de92bf9429c1adc562913e.tar.gz
krb5-06a9914f2d0a66ba95de92bf9429c1adc562913e.tar.xz
krb5-06a9914f2d0a66ba95de92bf9429c1adc562913e.zip
move more things to libos
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@516 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/func-proto.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h
index 54eb565d5..5cfa17a59 100644
--- a/src/include/krb5/func-proto.h
+++ b/src/include/krb5/func-proto.h
@@ -167,14 +167,6 @@ krb5_error_code krb5_rd_priv
const krb5_fulladdr *,
const krb5_fulladdr *,
krb5_data * ));
-krb5_error_code krb5_get_default_realm
- PROTOTYPE((const int,
- char * ));
-krb5_error_code krb5_get_host_realm
- PROTOTYPE((const char *,
- char *** ));
-krb5_error_code krb5_free_host_realm
- PROTOTYPE((char * const * ));
krb5_error_code krb5_parse_name
PROTOTYPE((const char *,
krb5_principal * ));