X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=errlog.c;h=b9b39cb4091c32c3f376df584094d110620861d1;hp=df5d09c9e4035a2f9e834e1154ff03c9f7d836f8;hb=c6ae2ae325d235baed559fa8227e278e96efc68c;hpb=b0dfc691e79ad10ecb87dfac4070a48b010adb6f diff --git a/errlog.c b/errlog.c index df5d09c9..b9b39cb4 100644 --- a/errlog.c +++ b/errlog.c @@ -964,10 +964,6 @@ void log_error(int loglevel, const char *fmt, ...) * * Description : Translates JB_ERR_FOO codes into strings. * - * XXX: the type of error codes is jb_err - * but the typedef'inition is currently not - * visible to all files that include errlog.h. - * * Parameters : * 1 : jb_error = a valid jb_err code *