lyx_mirror/src/output_linuxdoc.h

31 lines
570 B
C
Raw Normal View History

// -*- C++ -*-
/**
* \file output_linuxdoc.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bj<EFBFBD>nnes
* \author Jos<EFBFBD> Matos
*
* Full author contact details are available in file CREDITS.
*/
#ifndef OUTPUT_LINUXDOC_H
#define OUTPUT_LINUXDOC_H
#include "ParagraphList_fwd.h"
#include <iosfwd>
class Buffer;
class OutputParams;
///
void linuxdocParagraphs(Buffer const & buf,
ParagraphList const & paragraphs,
std::ostream & os,
OutputParams const & runparams);
#endif