X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_cb.h;h=5db5524967b7d090a47577aee8ef1d8bc077045e;hb=5d3718cad2a2ef6a4d6a495054ab0705ba27b6b5;hp=f5e4111663c18e1bbc250d182bdb1d47c420927e;hpb=f38f4b1deef51e27c07fb859a1b4f2737455ac7e;p=lyx.git diff --git a/src/lyx_cb.h b/src/lyx_cb.h index f5e4111663..5db5524967 100644 --- a/src/lyx_cb.h +++ b/src/lyx_cb.h @@ -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 -