From 7aac8dc8533347e21311b15186e0af82f1b22fd6 Mon Sep 17 00:00:00 2001 From: Martin Kretzschmar Date: Wed, 18 Sep 2002 20:32:18 +0000 Subject: Synched with Xpdf 0.92 this adds "decryption" support testing this code after six weeks immediately gives me segfaults (image drawing) :-O must have fixed that later without knowing :-O --- (limited to 'pdf/xpdf/Parser.h') diff --git a/pdf/xpdf/Parser.h b/pdf/xpdf/Parser.h index 1e2c117..6e61844 100644 --- a/pdf/xpdf/Parser.h +++ b/pdf/xpdf/Parser.h @@ -29,7 +29,12 @@ public: ~Parser(); // Get the next object from the input stream. +#ifndef NO_DECRYPTION + Object *getObj(Object *obj, + Guchar *fileKey = NULL, int objNum = 0, int objGen = 0); +#else Object *getObj(Object *obj); +#endif // Get stream. Stream *getStream() { return lexer->getStream(); } -- cgit v0.9.1