X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_docbook.h;h=46e495f0057afb8f93c1dca04d55bf6b7fdacc51;hb=bf56e2c8e1afa857cd5e313c19948040e41b8227;hp=45949f809cfbac5f57c453a0ee0e230aa0610602;hpb=9d6cad3fe60696d795280a886623fdc9a89f9de6;p=lyx.git diff --git a/src/output_docbook.h b/src/output_docbook.h index 45949f809c..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,16 +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(ParagraphList const & subset, +void docbookParagraphs(Text const & text, Buffer const & buf, - std::ostream & os, + odocstream & os, OutputParams const & runparams); + +} // namespace lyx + #endif