/*
- * "$Id: pstops.c,v 1.54.2.41 2003/07/25 20:39:36 mike Exp $"
+ * "$Id: pstops.c,v 1.54.2.42 2003/08/01 18:57:54 mike Exp $"
*
* PostScript filter for the Common UNIX Printing System (CUPS).
*
int NumPages = 0; /* Number of pages in file */
long Pages[MAX_PAGES]; /* Offsets to each page */
-char PageLabels[MAX_PAGES][64];
- /* Page labels */
const char *PageRanges = NULL; /* Range of pages selected */
const char *PageSet = NULL; /* All, Even, Odd pages */
int Order = 0, /* 0 = normal, 1 = reverse pages */
/*
- * End of "$Id: pstops.c,v 1.54.2.41 2003/07/25 20:39:36 mike Exp $".
+ * End of "$Id: pstops.c,v 1.54.2.42 2003/08/01 18:57:54 mike Exp $".
*/