X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_docbook.h;h=46e495f0057afb8f93c1dca04d55bf6b7fdacc51;hb=3d4076b598deb18660e50ec9c327efc3b15f15d0;hp=7b268315c81eb684d84ac26f7b165d5d0a1bb4bf;hpb=505cba7cad92cb466eff8ed42c4b6f8e7c0b0a69;p=lyx.git diff --git a/src/output_docbook.h b/src/output_docbook.h index 7b268315c8..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,18 +13,20 @@ #ifndef OUTPUT_DOCBOOK_H #define OUTPUT_DOCBOOK_H -#include "ParagraphList_fwd.h" +#include "support/strfwd.h" -#include +namespace lyx { class Buffer; class OutputParams; +class Text; /// - -void docbookParagraphs(Buffer const & buf, - ParagraphList const & paragraphs, - std::ostream & os, +void docbookParagraphs(Text const & text, + Buffer const & buf, + odocstream & os, OutputParams const & runparams); +} // namespace lyx + #endif