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=205c689a78e992d1ad3cf9223f7c95bf424dda94;hp=b539b2237a237ab069c6d1a417a6d3dd7786f7d9;hpb=fb1055dd92e9aa1173de92add6f4a6f5e4a62d2d;p=evince.git diff --git a/ps/ps.h b/ps/ps.h index b539b223..5e27618b 100644 --- a/ps/ps.h +++ b/ps/ps.h @@ -27,8 +27,8 @@ #include -#include #include +#include 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;