]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/tex_helpers.h
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / tex_helpers.h
index 4c2722749f94f39df95a7ec9177ce8a172e58678..7ba376e8ebc0ecda57fc1695a883274f442e136b 100644 (file)
 #ifndef TEX_HELPERS_H
 #define TEX_HELPERS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "LString.h"
+#include <utility>
+#include <vector>
+
 
 // build filelists of all availabe bst/cls/sty-files. done through
 // kpsewhich and an external script, saved in *Files.lst
@@ -24,8 +24,10 @@ void rescanTexStyles();
 /// rebuild the textree
 void texhash();
 
-/// return one of the three texfiles
-string const getTexFileList(string const & filename, bool withFullPath);
+/** Fill \c contents from one of the three texfiles.
+ *  Each entry in the file list is returned as a name_with_path
+ */
+void getTexFileList(string const & filename, std::vector<string> & contents);
 
 /// get the options of stylefile
 string const getListOfOptions(string const & classname, string const & type);