X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_plaintext.h;h=ebecc5ceba6f3317f2b26722306ab176eb711baa;hb=589f49ff366f88e3f3be9424397d9d99ebf44dfe;hp=5e88d0e765fd95dcb459b02866f4ad093d840920;hpb=c5df681fe87aba4058870041074a323994268989;p=lyx.git diff --git a/src/output_plaintext.h b/src/output_plaintext.h index 5e88d0e765..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. */ @@ -12,7 +12,10 @@ #ifndef OUTPUT_PLAINTEXT_H #define OUTPUT_PLAINTEXT_H -#include "support/docstream.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