libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit d8a445107af29156d250e608ed0acb4da31ba268
parent 550caa0cba5e2306f17b8b787f3a5071a79b2c94
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 16 Nov 2008 09:42:27 +0000

nulllog

Diffstat:
Msrc/daemon/https/tls/gnutls_errors.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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, ...) log_func (level, str); } -void MHD__gnutls_null_log (void *, ...) +void MHD__gnutls_null_log (void * n, ...) { }