X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_cb.h;h=5db5524967b7d090a47577aee8ef1d8bc077045e;hb=ac103f15a7cead429a7b2ee1f75d67cc988ec81d;hp=5a39ffa23de1dab75c1231fd4acac88f3437fafb;hpb=b17500c1c47d7bdd4508743c27fb72f0e57a5105;p=lyx.git diff --git a/src/lyx_cb.h b/src/lyx_cb.h index 5a39ffa23d..5db5524967 100644 --- a/src/lyx_cb.h +++ b/src/lyx_cb.h @@ -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); /// -void MenuInsertLabel(BufferView * bv, string const & arg); +string getContentsOfAsciiFile(BufferView * bv, string const & f, bool asParagraph); /// -void MenuLayoutSave(BufferView * bv); +void MenuInsertLabel(BufferView * bv, string const & arg); /// void Reconfigure(BufferView * bv); #endif -