aboutsummaryrefslogtreecommitdiff
path: root/src/gnutls/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnutls/init.h')
-rw-r--r--src/gnutls/init.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gnutls/init.h b/src/gnutls/init.h
index fae96159..03d19412 100644
--- a/src/gnutls/init.h
+++ b/src/gnutls/init.h
@@ -17,7 +17,7 @@
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18*/ 18*/
19/** 19/**
20 * @file lib/init.h 20 * @file gnutls/init.h
21 * @brief functions to initialize library 21 * @brief functions to initialize library
22 * @author Christian Grothoff 22 * @author Christian Grothoff
23 */ 23 */
@@ -31,14 +31,14 @@
31 * Do nothing - global initialisation is 31 * Do nothing - global initialisation is
32 * performed by library constructor. 32 * performed by library constructor.
33 */ 33 */
34#define MHD_check_global_init_() (void)0 34#define MHD_TLS_check_global_init_() (void)0
35#else /* ! _AUTOINIT_FUNCS_ARE_SUPPORTED */ 35#else /* ! _AUTOINIT_FUNCS_ARE_SUPPORTED */
36/** 36/**
37 * Check whether global initialisation was performed 37 * Check whether global initialisation was performed
38 * and call initialiser if necessary. 38 * and call initialiser if necessary.
39 */ 39 */
40void 40void
41MHD_check_global_init_ (void); 41MHD_TLS_check_global_init_ (void);
42#endif /* ! _AUTOINIT_FUNCS_ARE_SUPPORTED */ 42#endif /* ! _AUTOINIT_FUNCS_ARE_SUPPORTED */
43 43
44 44