From: Tom Yu Date: Mon, 18 Dec 2006 23:11:24 +0000 (+0000) Subject: pull up r18914 from trunk X-Git-Tag: krb5-1.6-beta2~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=114ce5b71519182d0edc7a43ca8e7108b0171ab9;p=krb5.git pull up r18914 from trunk r18914@cathode-dark-space: epeisach | 2006-12-02 21:52:11 -0500 ticket: new Subject: Remove unused prototype for krb5_find_config_files The prototype for krb5_find_config_files() no longer is necessary as the function does not exist in the source tree anymore. ticket: 4980 version_fixed: 1.6 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@18965 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 8e589a62e..e18020fe4 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -518,8 +518,6 @@ void krb5_os_free_context (krb5_context); krb5_error_code os_get_default_config_files (profile_filespec_t **pfiles, krb5_boolean secure); -krb5_error_code krb5_find_config_files (void); - krb5_error_code krb5_os_hostaddr (krb5_context, const char *, krb5_address ***);