LibOFX
|
00001 /*************************************************************************** 00002 ofx_partner.h 00003 ------------------- 00004 copyright : (C) 2005 by Ace Jones 00005 email : acejones@users.sourceforge.net 00006 ***************************************************************************/ 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 00020 #ifndef OFXPARTNER_H 00021 #define OFXPARTNER_H 00022 00023 #include <libofx.h> 00024 #include <string> 00025 #include <vector> 00026 00027 namespace OfxPartner 00028 { 00029 void ValidateIndexCache(void); 00030 OfxFiServiceInfo ServiceInfo(const std::string& fipid); 00031 std::vector<std::string> BankNames(void); 00032 std::vector<std::string> FipidForBank(const std::string& bank); 00033 } 00034 00035 #endif // OFXPARTNER_H