summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2009-11-15 01:38:41 +0000
committerEzra Peisach <epeisach@mit.edu>2009-11-15 01:38:41 +0000
commit8c43f6c2b4adf17f117d40e2f5861b5e5bb7ccc2 (patch)
treeaade94c41cc9e3f9dc83752cef1b34ae3a473cba /src/include
parent351dc05ceb4eba497b844a4f19694fd457c431cc (diff)
downloadkrb5-8c43f6c2b4adf17f117d40e2f5861b5e5bb7ccc2.tar.gz
krb5-8c43f6c2b4adf17f117d40e2f5861b5e5bb7ccc2.tar.xz
krb5-8c43f6c2b4adf17f117d40e2f5861b5e5bb7ccc2.zip
Move krb5int_get_fq_local_hostname to os-proto.h. Not exported
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23188 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 3a39d1b276..b88239b12f 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -583,8 +583,6 @@ krb5_error_code krb5_free_krbhst(krb5_context, char * const * );
krb5_error_code krb5_create_secure_file(krb5_context, const char * pathname);
krb5_error_code krb5_sync_disk_file(krb5_context, FILE *fp);
-krb5_error_code krb5int_get_fq_local_hostname(char *, size_t);
-
krb5_error_code krb5int_init_context_kdc(krb5_context *);
krb5_error_code krb5_os_init_context(krb5_context, krb5_boolean);