X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ps%2Fps.h;h=5e27618bfd006141c5b418672e61c0179a347d68;hb=a24ba773afb595b2be95a01702816aa66f50ac54;hp=b7bcda777877d65ec4a3e91e57cd44f6e3ea794e;hpb=081e24260eb615bffe8c19de4f17c296f1938bbe;p=evince.git diff --git a/ps/ps.h b/ps/ps.h index b7bcda77..5e27618b 100644 --- a/ps/ps.h +++ b/ps/ps.h @@ -28,6 +28,7 @@ #include #include +#include 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;