00001 /*************************************************************************** 00002 ofx_sgml.h 00003 ------------------- 00004 begin : Tue Mar 19 2002 00005 copyright : (C) 2002 by Benoit Grégoire 00006 email : bock@step.polymtl.ca 00007 ***************************************************************************/ 00011 /*************************************************************************** 00012 * * 00013 * This program is free software; you can redistribute it and/or modify * 00014 * it under the terms of the GNU General Public License as published by * 00015 * the Free Software Foundation; either version 2 of the License, or * 00016 * (at your option) any later version. * 00017 * * 00018 ***************************************************************************/ 00019 #ifndef OFX_SGML_H 00020 #define OFX_SGML_H 00021 00023 int ofx_proc_sgml(int argc, char *argv[]); 00024 00025 #endif