diff options
Diffstat (limited to 'src/IO/tls.c')
-rw-r--r-- | src/IO/tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/tls.c b/src/IO/tls.c index 05ae2514..4c0cfe7e 100644 --- a/src/IO/tls.c +++ b/src/IO/tls.c @@ -28,7 +28,7 @@ /** * Initialize TLS library. */ -void a_Tls_init() +void a_Tls_init(void) { #if ! defined(ENABLE_TLS) MSG("TLS: Disabled at compilation time.\n"); |