From 61ffa08f4c95e29d301de9fbabd6e71c2dbc1056 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Aug 2007 18:10:19 +0000 Subject: r24712: No longer expose the 'BOOL' data type in any interfaces. (This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae) --- source4/lib/tls/tls.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib/tls') diff --git a/source4/lib/tls/tls.h b/source4/lib/tls/tls.h index dac5b7e2ad..6f1e3d2424 100644 --- a/source4/lib/tls/tls.h +++ b/source4/lib/tls/tls.h @@ -52,13 +52,13 @@ struct socket_context *tls_init_client(struct socket_context *sock, /* return True if a connection used tls */ -BOOL tls_enabled(struct socket_context *tls); +bool tls_enabled(struct socket_context *tls); /* true if tls support is compiled in */ -BOOL tls_support(struct tls_params *parms); +bool tls_support(struct tls_params *parms); const struct socket_ops *socket_tls_ops(enum socket_type type); -- cgit