]> www.fi.muni.cz Git - evince.git/blobdiff - ps/ps.h
Translation added by Sven Sapelson.
[evince.git] / ps / ps.h
diff --git a/ps/ps.h b/ps/ps.h
index b7bcda777877d65ec4a3e91e57cd44f6e3ea794e..5e27618bfd006141c5b418672e61c0179a347d68 100644 (file)
--- a/ps/ps.h
+++ b/ps/ps.h
@@ -28,6 +28,7 @@
 #include <stdio.h>
 
 #include <gsio.h>
+#include <gstypes.h>
 
 G_BEGIN_DECLS
 
@@ -48,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;