From: Andreas Steffen Date: Fri, 5 Feb 2010 05:17:02 +0000 (+0100) Subject: init_fetch() changed to fetch_initialize() X-Git-Tag: 4.3.6~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c9c0baee9b04d84685929744c258ac68e186353;p=thirdparty%2Fstrongswan.git init_fetch() changed to fetch_initialize() --- diff --git a/src/pluto/fetch.h b/src/pluto/fetch.h index e22a9e2b8e..265dc5fe75 100644 --- a/src/pluto/fetch.h +++ b/src/pluto/fetch.h @@ -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);