X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_docbook.h;h=46e495f0057afb8f93c1dca04d55bf6b7fdacc51;hb=4be1b1a2a4f475297088820279494aa12aa3859d;hp=41657ade8bc12f6c7bccea49a48c62c81b3995e6;hpb=eb3d6435d11e5334522b2e3d61215f4496a3cb32;p=lyx.git diff --git a/src/output_docbook.h b/src/output_docbook.h index 41657ade8b..46e495f005 100644 --- a/src/output_docbook.h +++ b/src/output_docbook.h @@ -4,8 +4,8 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes - * \author José Matos + * \author Lars Gullik Bjønnes + * \author José Matos * * Full author contact details are available in file CREDITS. */ @@ -13,15 +13,20 @@ #ifndef OUTPUT_DOCBOOK_H #define OUTPUT_DOCBOOK_H -#include +#include "support/strfwd.h" + +namespace lyx { class Buffer; class OutputParams; -class ParagraphList; +class Text; /// -void docbookParagraphs(ParagraphList const & subset, +void docbookParagraphs(Text const & text, Buffer const & buf, - std::ostream & os, + odocstream & os, OutputParams const & runparams); + +} // namespace lyx + #endif