Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps/ps-document.h
diff options
context:
space:
mode:
Diffstat (limited to 'ps/ps-document.h')
-rw-r--r--ps/ps-document.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ps/ps-document.h b/ps/ps-document.h
index 2ea93dd..2339229 100644
--- a/ps/ps-document.h
+++ b/ps/ps-document.h
@@ -71,6 +71,9 @@ struct _PSDocument {
gboolean send_filename_to_gs; /* True if gs should read from file directly */
gboolean reading_from_pipe; /* True if ggv is reading input from pipe */
struct document *doc;
+
+ int *ps_export_pagelist;
+ char *ps_export_filename;
const gchar *gs_status; /* PSDocument status */
};