X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=errlog.h;h=0a805f4279926ffe9e3e695c1316d1b6135d09e2;hp=9abaad39b30ab6f248d85993814c7627a5360942;hb=4490d451f9b61baada414233897a83ec8d9908aa;hpb=5ca53f92bc634c20fed90f338ac41561f87b834c diff --git a/errlog.h b/errlog.h index 9abaad39..0a805f42 100644 --- a/errlog.h +++ b/errlog.h @@ -8,7 +8,7 @@ * printf-like fashion. * * Copyright : Written by and Copyright (C) 2001-2009 members of 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 @@ -75,7 +75,7 @@ extern void disable_logging(void); extern void init_log_module(void); extern void show_version(const char *prog_name); extern void log_error(int loglevel, const char *fmt, ...); -extern const char *jb_err_to_string(int jb_error); +extern const char *jb_err_to_string(jb_err jb_error); #endif /* ndef ERRLOG_H_INCLUDED */