X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_plaintext.h;h=8b2e4f9d1c04f68d99b9f21a22b0029813d8ef57;hb=90ea50811191dc891d2b3407c01527f1f2d745dd;hp=b047c9cf262ed64c3a26e5403008ad3d4bb70e24;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=features.git diff --git a/src/output_plaintext.h b/src/output_plaintext.h index b047c9cf26..8b2e4f9d1c 100644 --- a/src/output_plaintext.h +++ b/src/output_plaintext.h @@ -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