libmicrohttpd

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

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

nulllog

Diffstat:
Msrc/daemon/https/tls/gnutls_errors.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/daemon/https/tls/gnutls_errors.c b/src/daemon/https/tls/gnutls_errors.c @@ -398,3 +398,6 @@ MHD_gtls_log (int level, const char *fmt, ...) log_func (level, str); } +void MHD__gnutls_null_log (void *, ...) +{ +}