]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
fix some C++ parsing bugs
[lyx.git] / src / lyx_cb.h
index e973ed967153ff1fb657e32d397c7ff0cc9bc79f..ce4220728beda1ecae5b47d8e5f9e13639cb2d43 100644 (file)
@@ -27,14 +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);
+string const getPossibleLabel(BufferView const & bv);
 ///
 void Reconfigure(BufferView * bv);
 #endif
-