]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
The "I want this in now" patch.
[lyx.git] / src / lyx_cb.h
index 5db5524967b7d090a47577aee8ef1d8bc077045e..8ebb2262f2dcf45ca0a249e9afae2231420bbc85 100644 (file)
@@ -21,8 +21,6 @@ bool MenuWrite(BufferView * bv, Buffer * buffer);
 bool WriteAs(BufferView * bv, Buffer * buffer,
             string const & filename = string());
 ///
-int MenuRunChktex(Buffer * buffer);
-///
 void QuitLyX();
 ///
 void AutoSave(BufferView * bv);
@@ -33,7 +31,7 @@ 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