X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_plaintext.h;h=ebecc5ceba6f3317f2b26722306ab176eb711baa;hb=522f3517e1d7f61ed2bbcafe0632f50cb3e8ae2f;hp=c32a4a2c1988ce794e5e86490035a0d1b0a4cad1;hpb=a8cd9a4b8fd325b00c75f601c66c6d618ba276db;p=lyx.git diff --git a/src/output_plaintext.h b/src/output_plaintext.h index c32a4a2c19..ebecc5ceba 100644 --- a/src/output_plaintext.h +++ b/src/output_plaintext.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS. */ @@ -13,6 +13,9 @@ #define OUTPUT_PLAINTEXT_H #include "support/strfwd.h" +#include "support/types.h" + +#include namespace lyx { @@ -36,7 +39,8 @@ void writePlaintextParagraph(Buffer const & buf, Paragraph const & paragraphs, odocstream & ofs, OutputParams const &, - bool & ref_printed); + bool & ref_printed, + size_t max_length = INT_MAX); } // namespace lyx