X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2Ftex2lyx.h;h=37585fddf4bd5cae34def45cfd801474a1ee5b56;hb=7c6ae4d7401639ac0dd2eb83b0c1b7c61b0b8c13;hp=1a98a5f91a75a9897876657bd116073d48a48a3a;hpb=2801f40ad2a5de39b1a9815c5b2cd7531a9ad2f3;p=lyx.git diff --git a/src/tex2lyx/tex2lyx.h b/src/tex2lyx/tex2lyx.h index 1a98a5f91a..37585fddf4 100644 --- a/src/tex2lyx/tex2lyx.h +++ b/src/tex2lyx/tex2lyx.h @@ -183,6 +183,8 @@ extern std::string getParentFilePath(bool input); extern bool overwriteFiles(); /// Do we need to copy included files to the output directory? extern bool copyFiles(); +/// Shall we skip child documents and keep them as TeX? +extern bool skipChildren(); /*!