X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_cb.h;h=864851af42f88491d59ced2110230cdb9f992da4;hb=98c966c64594611e469313314abd1e59524adb4a;hp=f5e4111663c18e1bbc250d182bdb1d47c420927e;hpb=f38f4b1deef51e27c07fb859a1b4f2737455ac7e;p=lyx.git diff --git a/src/lyx_cb.h b/src/lyx_cb.h index f5e4111663..864851af42 100644 --- a/src/lyx_cb.h +++ b/src/lyx_cb.h @@ -31,8 +31,9 @@ Buffer * NewLyxFile(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 -