]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
(Herbert): move readBB from ControlGraphics to support/filetools.
[lyx.git] / src / support / filetools.h
index c04180ae58b5e7cff3d99604f16e1be6e3247891..322cdeab3507799a8fc139d7592abcd40811d3c9 100644 (file)
@@ -206,5 +206,8 @@ string const findtexfile(string const & fil, string const & format);
 /// remove the autosave-file and give a Message if it can't be done
 void removeAutosaveFile(string const & filename);
 
+/// read the BoundingBox entry from a ps/eps/pdf-file
+string const readBB_from_PSFile(string const & file);
+
 
 #endif