new routine: dumpEntries()
[swftools.git] / pdf2swf / xpdf / Dict.h
index cfc64d3..e392645 100644 (file)
@@ -64,6 +64,10 @@ private:
   int ref;                     // reference count
 
   DictEntry *find(char *key);
+
+public:
+  void dumpEntries();
+
 };
 
 #endif