File: ofc_sgml.hh

package info (click to toggle)
libofx 1%3A0.7.0-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,036 kB
  • ctags: 2,426
  • sloc: sh: 8,370; cpp: 4,329; ansic: 1,751; makefile: 168; xml: 61
file content (26 lines) | stat: -rw-r--r-- 1,236 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/***************************************************************************
                          ofx_sgml.h
                             -------------------
    begin                : Tue Mar 19 2002
    copyright            : (C) 2002 by Benoit Grgoire
    email                : bock@step.polymtl.ca
 ***************************************************************************/
/** @file
 * \brief OFX/SGML parsing functionnality.
*/
/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/
#ifndef OFC_SGML_H
#define OFC_SGML_H
#include "context.hh"

///Parses a DTD and OFX file(s)
int ofc_proc_sgml(LibofxContext * libofx_context, int argc, char *argv[]);

#endif