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=58bba62ea803b14377c5c5640a3ef46841a272e1;hp=09039f17dce80d61e123efc3a3e1992bf250bb4e;hpb=f53f3523ebc7a082eb8a1c046cee836b67696912;p=evince.git diff --git a/ps/ps.h b/ps/ps.h index 09039f17..5e27618b 100644 --- a/ps/ps.h +++ b/ps/ps.h @@ -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;