X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FErrorCodes.h;h=8de2b01b880a188649bcdfe7176cd9418fe9c720;hb=884f739665dc56e66f51e104350f2affd33f2dd8;hp=4e0d38a6632d3651ff1b98c9965b83817085bdb7;hpb=2a393c134fe3fe8eb85bf818cb7ad6ae4396322a;p=evince.git diff --git a/pdf/xpdf/ErrorCodes.h b/pdf/xpdf/ErrorCodes.h index 4e0d38a6..8de2b01b 100644 --- a/pdf/xpdf/ErrorCodes.h +++ b/pdf/xpdf/ErrorCodes.h @@ -2,7 +2,7 @@ // // ErrorCodes.h // -// Copyright 2002 Glyph & Cog, LLC +// Copyright 2002-2003 Glyph & Cog, LLC // //======================================================================== @@ -21,4 +21,6 @@ #define errEncrypted 4 // file was encrypted and password was // incorrect or not supplied +#define errHighlightFile 5 // nonexistent or invalid highlight file + #endif