init_fetch() changed to fetch_initialize()

This commit is contained in:
Andreas Steffen 2010-02-05 06:17:02 +01:00
parent 52719d719c
commit 6c9c0baee9
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ extern void wake_fetch_thread(const char *who);
#define unlock_certs_and_keys(who) /* do nothing */
#define wake_fetch_thread(who) /* do nothing */
#endif
extern void init_fetch(void);
extern void fetch_initialize(void);
extern void fetch_finalize(void);
extern void free_crl_fetch(void);
extern void free_ocsp_fetch(void);