]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
more code in the menu backend == less code in the menu frontends; add support for...
[lyx.git] / src / lyx_cb.h
index f5e4111663c18e1bbc250d182bdb1d47c420927e..5db5524967b7d090a47577aee8ef1d8bc077045e 100644 (file)
@@ -27,12 +27,13 @@ void QuitLyX();
 ///
 void AutoSave(BufferView * bv);
 ///
-Buffer * NewLyxFile(string const & filename);
+Buffer * NewFile(string const & filename);
 ///
 void InsertAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
+string getContentsOfAsciiFile(BufferView * bv, string const & f, bool asParagraph);
+///
 void MenuInsertLabel(BufferView * bv, string const & arg);
 ///
 void Reconfigure(BufferView * bv);
 #endif
-