Gary Duzan in PR 32439: This is the LibOFX library. It is a parser and an API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions for statement downloads. To my knowledge, it is the first working OpenSource implementation of the OFX (Open Financial eXchange) specification on the client side.
13 lines
395 B
Text
13 lines
395 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/02/05 22:25:01 wiz Exp $
|
|
|
|
--- lib/ofx_preproc.cpp.orig 2006-01-02 11:57:37.000000000 -0500
|
|
+++ lib/ofx_preproc.cpp 2006-01-02 11:58:09.000000000 -0500
|
|
@@ -204,7 +204,7 @@
|
|
string s_buffer;
|
|
char *filenames[3];
|
|
char tmp_filename[50];
|
|
- unsigned int pos;
|
|
+ string::size_type pos;
|
|
LibofxContext *libofx_context;
|
|
|
|
libofx_context=(LibofxContext*)ctx;
|