]> www.fi.muni.cz Git - evince.git/blobdiff - ps/ps.h
Updated Brazilian Portuguese translation.
[evince.git] / ps / ps.h
diff --git a/ps/ps.h b/ps/ps.h
index b539b2237a237ab069c6d1a417a6d3dd7786f7d9..5e27618bfd006141c5b418672e61c0179a347d68 100644 (file)
--- a/ps/ps.h
+++ b/ps/ps.h
@@ -27,8 +27,8 @@
 
 #include <stdio.h>
 
-#include <gtkgs.h>
 #include <gsio.h>
+#include <gstypes.h>
 
 G_BEGIN_DECLS
 
@@ -49,6 +49,7 @@ struct document {
   int epsf;                     /* Encapsulated PostScript flag. */
   char *title;                  /* Title of document. */
   char *date;                   /* Creation date. */
+  char *creator;                /* Program that created the file */
   int pageorder;                /* ASCEND, DESCEND, SPECIAL */
   long beginheader, endheader;  /* offsets into file */
   unsigned int lenheader;