X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_docbook.h;h=46e495f0057afb8f93c1dca04d55bf6b7fdacc51;hb=12f8e7a6f91f4e1c631888f303af5c76c7b0cd6f;hp=1e3d83705ec680f2ba95e68bb24287d6e085c68b;hpb=cd424d78530c9e38502ee7f989ef5c426c97ad61;p=lyx.git diff --git a/src/output_docbook.h b/src/output_docbook.h index 1e3d83705e..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,17 +13,20 @@ #ifndef OUTPUT_DOCBOOK_H #define OUTPUT_DOCBOOK_H -#include "ParagraphList_fwd.h" +#include "support/strfwd.h" +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