From 5b4b14757087fd8ba1adb0b31545fff7132cce1b Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Sun, 3 Dec 2006 02:52:11 +0000 Subject: [PATCH] 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 --- src/include/k5-int.h | 2 -- 1 file changed, 2 deletions(-) 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 ***); -- 2.26.2