LibOFX
ofc_sgml.hh
Go to the documentation of this file.
1/***************************************************************************
2 ofx_sgml.h
3 -------------------
4 begin : Tue Mar 19 2002
5 copyright : (C) 2002 by Benoit Gr�goire
6 email : benoitg@coeus.ca
7 ***************************************************************************/
11/***************************************************************************
12 * *
13 * This program is free software; you can redistribute it and/or modify *
14 * it under the terms of the GNU General Public License as published by *
15 * the Free Software Foundation; either version 2 of the License, or *
16 * (at your option) any later version. *
17 * *
18 ***************************************************************************/
19#ifndef OFC_SGML_H
20#define OFC_SGML_H
21#include "context.hh"
22
24int ofc_proc_sgml(LibofxContext * libofx_context, int argc, char * const* argv);
25
26#endif
int ofc_proc_sgml(LibofxContext *libofx_context, int argc, char *const *argv)
Parses a DTD and OFX file(s)
Definition: ofc_sgml.cpp:346