aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-11-16 09:42:27 +0000
committerChristian Grothoff <christian@grothoff.org>2008-11-16 09:42:27 +0000
commitd8a445107af29156d250e608ed0acb4da31ba268 (patch)
tree93b1abe805deb72652047bd24d695b69e7f9b95b
parent550caa0cba5e2306f17b8b787f3a5071a79b2c94 (diff)
downloadlibmicrohttpd-d8a445107af29156d250e608ed0acb4da31ba268.tar.gz
libmicrohttpd-d8a445107af29156d250e608ed0acb4da31ba268.zip
nulllog
-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}