pull up r18914 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 18 Dec 2006 23:11:24 +0000 (23:11 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 18 Dec 2006 23:11:24 +0000 (23:11 +0000)
 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

src/include/k5-int.h

index 8e589a62efc7393cbcc9aa2a73b9560e41cd9fe4..e18020fe42074280dd5c9ceffb7ffc871290de2e 100644 (file)
@@ -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 ***);