summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-03-22 16:00:48 -0400
committerGreg Hudson <ghudson@mit.edu>2013-03-22 16:00:48 -0400
commit81fde7e475b02986c1aff88766cc48882004d5dc (patch)
treec64e028867fa36449c3824c87b750ca454807a1b /src/include
parentee2044f38503edd2fdb8df9f3398784f747910fb (diff)
downloadkrb5-81fde7e475b02986c1aff88766cc48882004d5dc.tar.gz
krb5-81fde7e475b02986c1aff88766cc48882004d5dc.tar.xz
krb5-81fde7e475b02986c1aff88766cc48882004d5dc.zip
Get rid of krb5_{get,free}_krbhst
These functions were always internal. They haven't been used since v5passwdd was eliminated in krb5 1.4.
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 cb8350f2d..ed9f255a7 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -570,8 +570,6 @@ krb5_error_code krb5_unlock_file(krb5_context, int);
krb5_error_code krb5_sendto_kdc(krb5_context, const krb5_data *,
const krb5_data *, krb5_data *, int *, int);
-krb5_error_code krb5_get_krbhst(krb5_context, const krb5_data *, char *** );
-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);