X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_plaintext.h;h=8b2e4f9d1c04f68d99b9f21a22b0029813d8ef57;hb=26ba2a65838731ce639a09539f617cb0f0be3b22;hp=c32a4a2c1988ce794e5e86490035a0d1b0a4cad1;hpb=a8cd9a4b8fd325b00c75f601c66c6d618ba276db;p=lyx.git diff --git a/src/output_plaintext.h b/src/output_plaintext.h index c32a4a2c19..8b2e4f9d1c 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 { @@ -33,10 +36,11 @@ void writePlaintextFile(Buffer const & buf, odocstream &, OutputParams const &); /// void writePlaintextParagraph(Buffer const & buf, - Paragraph const & paragraphs, + Paragraph const & par, odocstream & ofs, OutputParams const &, - bool & ref_printed); + bool & ref_printed, + size_t max_length = INT_MAX); } // namespace lyx