From: Ezra Peisach Date: Sun, 3 Dec 2006 02:52:11 +0000 (+0000) Subject: Remove unused prototype for krb5_find_config_files X-Git-Tag: krb5-1.7-alpha1~1418 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5b4b14757087fd8ba1adb0b31545fff7132cce1b;p=krb5.git 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: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18914 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 1935daeeb..73527c96a 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 ***);