]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ps/ps.h
Fixed wrong translation.
[evince.git] / backend / ps / ps.h
index 5e27618bfd006141c5b418672e61c0179a347d68..cb520cecc91e998ca7240c0b2ac0cff8af69dcd4 100644 (file)
@@ -102,6 +102,9 @@ char *pscopyuntil(FILE * from, GtkGSDocSink * to, long begin, long end,
 void pscopydoc(GtkGSDocSink * dest_file, char *src_filename,
                struct document *d, int *pagelist);
 
+/* Get the page box */
+void psgetpagebox (const struct document *doc, int page, int *urx, int *ury, int *llx, int *lly);
+
 G_END_DECLS
 
 #endif /* __GGV_PS_H__ */