X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=errlog.h;h=a5ae62b2d6138d8db311bd46ea41ab9f94c964f2;hp=9abaad39b30ab6f248d85993814c7627a5360942;hb=5bb0f71836ddb4d463c21dcfd552b33d1f0e49ee;hpb=5ca53f92bc634c20fed90f338ac41561f87b834c diff --git a/errlog.h b/errlog.h index 9abaad39..a5ae62b2 100644 --- a/errlog.h +++ b/errlog.h @@ -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 */