X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=errlog.c;h=fd723b4a838bb5a2252f97e482d0fa9060e596d6;hp=df5d09c9e4035a2f9e834e1154ff03c9f7d836f8;hb=30c73cb52bfe34d9de987ec107389b888da318fe;hpb=b0dfc691e79ad10ecb87dfac4070a48b010adb6f diff --git a/errlog.c b/errlog.c index df5d09c9..fd723b4a 100644 --- a/errlog.c +++ b/errlog.c @@ -6,7 +6,7 @@ * printf-like fashion. * * Copyright : Written by and Copyright (C) 2001-2014 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -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 *