X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FParams.h;h=4b5cc9fb4751109b0c0dc3252bd2d294d9346c56;hb=e7fa464f61d0d442372b6096295d42a74e08c896;hp=debe1a09e0404d3300e8e9e0aa44847c169c6409;hpb=d9f9a6449f377b4c933b75d57541b19c6d088994;p=evince.git diff --git a/pdf/xpdf/Params.h b/pdf/xpdf/Params.h index debe1a09..4b5cc9fb 100644 --- a/pdf/xpdf/Params.h +++ b/pdf/xpdf/Params.h @@ -15,6 +15,9 @@ extern GBool printCommands; // Send error messages to /dev/tty instead of stderr. extern GBool errorsToTTY; +// If this is set, error messages will be silently discarded. +extern GBool errQuiet; + // Font search path. extern char **fontPath;