aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/gnutls_errors.c')
-rw-r--r--src/daemon/https/tls/gnutls_errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/tls/gnutls_errors.c b/src/daemon/https/tls/gnutls_errors.c
index ee3305f1..55bb0252 100644
--- a/src/daemon/https/tls/gnutls_errors.c
+++ b/src/daemon/https/tls/gnutls_errors.c
@@ -398,6 +398,6 @@ MHD_gtls_log (int level, const char *fmt, ...)
398 log_func (level, str); 398 log_func (level, str);
399} 399}
400 400
401void MHD__gnutls_null_log (void *, ...) 401void MHD__gnutls_null_log (void * n, ...)
402{ 402{
403} 403}