--- libaqbanking-4.2.0.orig/debian/libaqbanking29-plugins-qt.docs
+++ libaqbanking-4.2.0/debian/libaqbanking29-plugins-qt.docs
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README
--- libaqbanking-4.2.0.orig/debian/compat
+++ libaqbanking-4.2.0/debian/compat
@@ -0,0 +1 @@
+7
--- libaqbanking-4.2.0.orig/debian/aqbanking-tools.docs
+++ libaqbanking-4.2.0/debian/aqbanking-tools.docs
@@ -0,0 +1,4 @@
+AUTHORS
+NEWS
+src/plugins/backends/aqhbci/tools/aqhbci-tool/README
+debian/README.keyfile-update
--- libaqbanking-4.2.0.orig/debian/rules
+++ libaqbanking-4.2.0/debian/rules
@@ -0,0 +1,82 @@
+#!/usr/bin/make -f
+
+# let aqbanking benefit from symbol visibility feature of gcc
+# this explicit setting is needed because the corresponding test in
+# configure.ac checks for the basename of the called $CC binary.
+CC=gcc
+ifneq (,$(findstring nodocs,$(DEB_BUILD_OPTIONS)))
+	DEB_BUILD_APIDOC=0
+else
+	DEB_BUILD_APIDOC=1
+endif
+
+build-arch:	build-arch-stamp
+build-arch-stamp:
+	dh build --before configure
+	dh_auto_configure -- \
+		--with-backends="aqnone aqhbci aqofxconnect" \
+		--with-frontends="qbanking"
+	dh build --after configure --before dh_auto_test
+	# Skip dh_auto_test (does not work with AqBanking 3.7.2)
+	dh build --after dh_auto_test
+	$(MAKE) -C debian/doc
+	touch build-arch-stamp
+
+build-indep:	build-indep-stamp
+build-indep-stamp:	build-arch
+	if [ "$(DEB_BUILD_APIDOC)" = "1" ]; then \
+		$(MAKE) srcdoc; \
+		mv apidoc/html/aqbanking-* apidoc/html/aqbanking.html; \
+	else \
+		mkdir -p apidoc/html/aqbanking.html; \
+	fi
+	touch build-indep-stamp
+
+build:	build-arch build-indep
+
+install:	build install-stamp
+install-stamp:
+	dh install --until dh_auto_install
+	# Install symlink to old path of hbci.xml, used by AqBanking 2
+	mkdir -p $(CURDIR)/debian/tmp/usr/share/aqhbci
+	ln -s ../aqbanking/backends/aqhbci $(CURDIR)/debian/tmp/usr/share/aqhbci/xml
+	install -d $(CURDIR)/debian/tmp/usr/share/aqbanking/frontends/g2banking/glade2 \
+		$(CURDIR)/debian/tmp/usr/share/aqbanking/imexporters/qif/profiles \
+		$(CURDIR)/debian/tmp/usr/share/aqbanking/imexporters/eri2/profiles
+	install -m 0644 $(CURDIR)/debian/AqBanking2/g2banking.glade \
+		$(CURDIR)/debian/tmp/usr/share/aqbanking/frontends/g2banking/glade2/g2banking.glade
+	install -m 0644 $(CURDIR)/debian/AqBanking2/imexporters/qif/profiles/default.conf \
+		$(CURDIR)/debian/tmp/usr/share/aqbanking/imexporters/qif/profiles
+	install -m 0644 $(CURDIR)/debian/AqBanking2/imexporters/eri2/profiles/default.conf \
+		$(CURDIR)/debian/tmp/usr/share/aqbanking/imexporters/eri2/profiles
+	# Remove .la files for shared plugin libraries
+	find $(CURDIR)/debian/tmp/usr/lib/gwenhywfar/plugins -name \*.la -exec rm -v \{\} \;
+	find $(CURDIR)/debian/tmp/usr/lib/aqbanking/plugins -name \*.la -exec rm -v \{\} \;
+	dh install --remaining
+	touch install-stamp
+
+override_dh_strip:
+	dh_strip --dbg-package=libaqbanking29-dbg
+
+override_dh_makeshlibs:
+	dh_makeshlibs -a -X/usr/lib/aqbanking/plugins/
+
+binary-arch:	install
+	dh binary-arch
+binary-indep:	install
+	dh binary-indep
+binary:	binary-arch binary-indep
+
+clean:
+	dh clean
+	-rm -rf apidoc headers aqbanking.tag listdoc.h
+	@if [ -e $(CURDIR)/src/plugins/backends/aqyellownet ]; then \
+	  echo "ERROR: The directory src/plugins/backends/aqyellownet exists. This usually"; \
+	  echo "indicates that you're using a pristine upstream tarball which distributes"; \
+	  echo "non-free material in this directory. This is unacceptable for Debian."; \
+	  echo "Please see http://bugs.debian.org/469131 for further details."; \
+	  exit 1; \
+	fi
+	$(MAKE) -C debian/doc clean
+
+.PHONY:	clean build build-arch build-indep install binary-arch binary-indep binary
--- libaqbanking-4.2.0.orig/debian/libaqbanking-doc.docs
+++ libaqbanking-4.2.0/debian/libaqbanking-doc.docs
@@ -0,0 +1 @@
+apidoc/html/aqbanking.html
--- libaqbanking-4.2.0.orig/debian/libaqbanking-plugins-libgwenhywfar47.install
+++ libaqbanking-4.2.0/debian/libaqbanking-plugins-libgwenhywfar47.install
@@ -0,0 +1 @@
+usr/lib/gwenhywfar
--- libaqbanking-4.2.0.orig/debian/libqbanking8.install
+++ libaqbanking-4.2.0/debian/libqbanking8.install
@@ -0,0 +1,2 @@
+usr/lib/libqbanking.so.*
+usr/bin/qb-help?*
--- libaqbanking-4.2.0.orig/debian/README.keyfile-update
+++ libaqbanking-4.2.0/debian/README.keyfile-update
@@ -0,0 +1,33 @@
+Updating Key Files
+==================
+
+Unfortunately the format of very old AqBanking (former OpenHBCI) key files is
+not supported with AqBanking 3.x any more. Thus, if you are using a key file,
+you possibly need to update it, especially if you created it using OpenHBCI
+(the ancestor of AqBanking).
+
+For German instructions please read chapter 3.1.2 "Vorbereiten der
+Schlüsseldatei" of the AqBanking manual available here:
+http://www.aquamaniac.de/sites/download/download.php?package=06&release=01&file=01
+
+IMPORTANT: Applications using AqBanking 2 can continue to use the key file
+	   after following the subsequent instructions. Only the very old
+	   OpenHBCI will not work any more.
+
+*******************************************************************
+** PLEASE MAKE A BACKUP COPY OF YOUR KEY FILE BEFORE CONTINUING! **
+*******************************************************************
+
+Please make sure that you have the package gwenhywfar-tools installed.
+To update your key file you need to execute the following command:
+
+  gct-tool update -t ohbci -n /path/to/keyfile
+
+You need to replace the text after the "-n" option with the path to *your*
+keyfile (i.e. "/path/to/keyfile" is an example).
+
+You will be asked to enter your key file's current password. If reading your
+key file using the entered password succeeds, you will be asked to enter a new
+password, which needs to be confirmed (i.e. entered again).
+
+After this step AqBanking 3 will be able to work with *very old* key files too.
--- libaqbanking-4.2.0.orig/debian/libaqbanking29-plugins.install
+++ libaqbanking-4.2.0/debian/libaqbanking29-plugins.install
@@ -0,0 +1,3 @@
+usr/lib/aqbanking/plugins/29/bankinfo
+usr/lib/aqbanking/plugins/29/imexporters
+usr/lib/aqbanking/plugins/29/providers
--- libaqbanking-4.2.0.orig/debian/libaqbanking29-dev.install
+++ libaqbanking-4.2.0/debian/libaqbanking29-dev.install
@@ -0,0 +1,5 @@
+usr/bin/*-config
+usr/share/aclocal
+usr/include/*
+usr/lib/*.so
+usr/lib/pkgconfig
--- libaqbanking-4.2.0.orig/debian/watch
+++ libaqbanking-4.2.0/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=filenamemangle=s/.*\&dummy=(.*)/lib$1/ \
+  http://www.aquamaniac.de/sites/download/packages.php \
+  /sites/download/download.php\?package=03\&.*\&dummy=aqbanking-([\d.]*[a-z]*\d+).tar.gz debian uupdate
--- libaqbanking-4.2.0.orig/debian/libaqbanking29-plugins.dir
+++ libaqbanking-4.2.0/debian/libaqbanking29-plugins.dir
@@ -0,0 +1 @@
+usr/lib/aqbanking/plugins/29
--- libaqbanking-4.2.0.orig/debian/libaqhbci17.docs
+++ libaqbanking-4.2.0/debian/libaqhbci17.docs
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README
--- libaqbanking-4.2.0.orig/debian/libaqbanking-plugins-libgwenhywfar47.docs
+++ libaqbanking-4.2.0/debian/libaqbanking-plugins-libgwenhywfar47.docs
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README
--- libaqbanking-4.2.0.orig/debian/libaqhbci17.install
+++ libaqbanking-4.2.0/debian/libaqhbci17.install
@@ -0,0 +1 @@
+usr/lib/libaqhbci.so.*
--- libaqbanking-4.2.0.orig/debian/control
+++ libaqbanking-4.2.0/debian/control
@@ -0,0 +1,202 @@
+Source: libaqbanking
+Section: libs
+Priority: optional
+Maintainer: Micha Lenk <micha@debian.org>
+Build-Depends: debhelper (>= 7.0.50),
+  libgwenhywfar47-dev (>= 3.10.0),
+  libktoblzcheck1-dev (>= 1.6-2),
+  doxygen,
+  bzip2,
+  libqt3-mt-dev,
+  qt3-dev-tools,
+  libgmp3-dev,
+  asciidoc,
+  xmlto
+Standards-Version: 3.8.3
+Homepage: http://www.aquamaniac.de/aqbanking/
+Vcs-Browser: http://svn.debian.org/wsvn/aqbanking/libaqbanking/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/aqbanking/libaqbanking/trunk
+
+Package: libaqbanking29-dev
+Provides: libaqbanking-dev
+Conflicts: libaqbanking-dev
+Suggests: libaqbanking-doc
+Section: libdevel
+Architecture: any
+Depends: libaqbanking29 (= ${binary:Version}),
+  libaqhbci17 (= ${binary:Version}),
+  libqbanking8 (= ${binary:Version}),
+  libaqofxconnect5 (= ${binary:Version}),
+  libgwenhywfar47-dev (>= 3.10.0),
+  libktoblzcheck1-dev,
+  ${misc:Depends}
+Description: library for online banking applications
+ AqBanking provides a middle layer between the applications
+ and online banking libraries implementing various file formats and protocols.
+ Plugins supporting OFX, DTAUS, and HBCI are available. For the latter, 
+ AqHBCI is required.
+ .
+ This package contains the development files for AqBanking.
+
+Package: libaqbanking-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Enhances: libaqbanking29-dev
+Description: library for online banking applications
+ AqBanking provides a middle layer between the applications
+ and online banking libraries implementing various file formats and protocols.
+ Plugins supporting OFX, DTAUS, and HBCI are available. For the latter, 
+ AqHBCI is required.
+ .
+ This package contains the API documentation.
+
+Package: aqbanking-tools
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libaqbanking29-plugins
+Suggests: gwenhywfar-tools
+Description: basic command line homebanking utilities
+ AqBanking provides a middle layer between the applications
+ and online banking libraries implementing various file formats and protocols.
+ Plugins supporting OFX, DTAUS, and HBCI are available. For the latter,
+ AqHBCI is required.
+ .
+ This package provides a basic command line interface to AqBanking.
+
+Package: libaqbanking29-plugins
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: libaqbanking29-plugins-qt
+Description: plugins needed by libaqbanking29
+ AqBanking provides a middle layer between the applications
+ and online banking libraries implementing various file formats and protocols.
+ Plugins supporting OFX, DTAUS, and HBCI are available. For the latter,
+ AqHBCI is required.
+ .
+ This package provides several plugins to AqBanking needed for features like:
+  * HBCI support
+  * OFX support
+  * import/export of data in various formats (CSV, DTAUS, OFX, OpenHBCI1, SWIFT
+    and others)
+  * integrated debugging and setup wizard GUIs
+
+Package: libaqbanking29-plugins-qt
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+  libaqbanking29-plugins (>= ${binary:Version}),
+  aqbanking-tools, ${misc:Depends}
+Description: plugins needed by libaqbanking29
+ AqBanking provides a middle layer between the applications
+ and online banking libraries implementing various file formats and protocols.
+ Plugins supporting OFX, DTAUS, and HBCI are available. For the latter,
+ AqHBCI is required.
+ .
+ This package provides plugins to AqBanking which need Qt and other X libraries.
+
+Package: libaqbanking-plugins-libgwenhywfar47
+Section: libs
+Architecture: any
+Provides: libaqbanking-plugins-libgwenhywfar
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: library for online banking applications plugins to libgwenhywfar
+ AqBanking provides a middle layer between the applications
+ and online banking libraries implementing various file formats and protocols.
+ Plugins supporting OFX, DTAUS, and HBCI are available. For the latter, 
+ AqHBCI is required.
+ .
+ This package contains plugins to libgwenhywfar.
+
+Package: libaqbanking-data
+Section: libs
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: libaqbanking29
+Description: configuration files for libaqbanking
+ AqBanking provides a middle layer between the applications
+ and online banking libraries implementing various file formats and protocols.
+ Plugins supporting OFX, DTAUS, and HBCI are available. For the latter, 
+ AqHBCI is required.
+ .
+ This packages contains data files for AqBanking.
+
+Package: libaqbanking29
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+  libaqbanking-data (>= ${source:Version}),
+  ${misc:Depends}
+Recommends: libaqbanking29-plugins,
+  libaqbanking29-plugins-qt,
+  libaqbanking-plugins-libgwenhywfar47
+Suggests: aqbanking-tools
+Description: library for online banking applications
+ AqBanking provides a middle layer between the applications
+ and online banking libraries implementing various file formats and protocols.
+ Plugins supporting OFX, DTAUS, and HBCI are available. For the latter, 
+ AqHBCI is required.
+
+Package: libaqbanking29-dbg
+Priority: extra
+Provides: libaqbanking-dbg
+Conflicts: libaqbanking-dbg
+Section: debug
+Architecture: any
+Depends: libaqbanking29 (= ${binary:Version}),
+  libaqbanking29-plugins (= ${binary:Version}),
+  libaqbanking29-plugins-qt (= ${binary:Version}),
+  libaqhbci17 (= ${binary:Version}),
+  libqbanking8 (= ${binary:Version}),
+  libaqofxconnect5 (= ${binary:Version}),
+  aqbanking-tools (= ${binary:Version}),
+  ${misc:Depends}
+Suggests: libgwenhywfar47-dbg
+Description: library for online banking applications - debug symbols
+ AqBanking provides a middle layer between the applications
+ and online banking libraries implementing various file formats and protocols.
+ Plugins supporting OFX, DTAUS, and HBCI are available. For the latter, 
+ AqHBCI is required.
+ .
+ This package contains the debug symbols needed for debugging AqBanking.
+
+Package: libaqhbci17
+Provides: libaqbanking-backend
+Enhances: libaqbanking29
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+  libaqbanking-data (>= ${source:Version}),
+  ${misc:Depends}
+Suggests: libchipcard-libgwenhywfar47-plugins
+Description: library for HBCI online banking
+ This library provides an API implementing the Home Banking Computer
+ Interface, HBCI, a protocol popular with German banks. It is best used
+ in conjunction with AqBanking, see the libaqbanking packages.
+ .
+ If you intend to use HBCI with digital signatures stored and/or processed on
+ chipcards you will also need to install the package
+ libchipcard-libgwenhywfar47-plugins.
+
+Package: libqbanking8
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Qt frontend library for AqBanking
+ This library provides a Qt frontend to the AqBanking library
+ packaged as libaqbanking.
+
+Package: libaqofxconnect5
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: library for OFX online banking
+ AqBanking provides a middle layer between the applications
+ and online banking libraries implementing various file formats and protocols.
+ Plugins supporting OFX, DTAUS, and HBCI are available. For the latter,
+ AqHBCI is required.
+ .
+ This package provides support for Open Financial Exchange (OFX) in AqBanking.
+ OFX is a specification for the electronic exchange of financial data between
+ financial institutions, business and consumers via the Internet.
--- libaqbanking-4.2.0.orig/debian/libaqbanking-doc.doc-base
+++ libaqbanking-4.2.0/debian/libaqbanking-doc.doc-base
@@ -0,0 +1,10 @@
+Document: aqbanking-doc
+Title: AqBanking Documentation
+Author: Martin Preuss <martin@aquamaniac.de>
+Abstract: This manual describes what AqBanking is and
+ how it can be used for programming online banking applications.
+Section: Programming/C
+
+Format: HTML
+Index: /usr/share/doc/libaqbanking-doc/aqbanking.html/index.html
+Files: /usr/share/doc/libaqbanking-doc/aqbanking.html/*.html
--- libaqbanking-4.2.0.orig/debian/libaqhbci17.symbols
+++ libaqbanking-4.2.0/debian/libaqhbci17.symbols
@@ -0,0 +1,218 @@
+libaqhbci.so.17 libaqhbci17 #MINVER#
+* Build-Depends-Package: libaqbanking29-dev, libaqbanking-dev
+ AH_Account_AddFlags@Base 4.1.8
+ AH_Account_Flags_fromDb@Base 4.1.8
+ AH_Account_Flags_toDb@Base 4.1.8
+ AH_Account_GetFlags@Base 4.1.8
+ AH_Account_GetSuffix@Base 4.1.8
+ AH_Account_SetFlags@Base 4.1.8
+ AH_Account_SetSuffix@Base 4.1.8
+ AH_Account_SubFlags@Base 4.1.8
+ AH_BpdAddr_List2Iterator_Data@Base 4.1.8
+ AH_BpdAddr_List2Iterator_GetLinkCount@Base 4.1.8
+ AH_BpdAddr_List2Iterator_IncLinkCount@Base 4.1.8
+ AH_BpdAddr_List2Iterator_Next@Base 4.1.8
+ AH_BpdAddr_List2Iterator_Previous@Base 4.1.8
+ AH_BpdAddr_List2Iterator_free@Base 4.1.8
+ AH_BpdAddr_List2Iterator_new@Base 4.1.8
+ AH_BpdAddr_List2_Clear@Base 4.1.8
+ AH_BpdAddr_List2_Contains@Base 4.1.8
+ AH_BpdAddr_List2_Dump@Base 4.1.8
+ AH_BpdAddr_List2_Erase@Base 4.1.8
+ AH_BpdAddr_List2_FindIter@Base 4.1.8
+ AH_BpdAddr_List2_First@Base 4.1.8
+ AH_BpdAddr_List2_ForEach@Base 4.1.8
+ AH_BpdAddr_List2_GetBack@Base 4.1.8
+ AH_BpdAddr_List2_GetFront@Base 4.1.8
+ AH_BpdAddr_List2_GetSize@Base 4.1.8
+ AH_BpdAddr_List2_IsEmpty@Base 4.1.8
+ AH_BpdAddr_List2_Last@Base 4.1.8
+ AH_BpdAddr_List2_PopBack@Base 4.1.8
+ AH_BpdAddr_List2_PopFront@Base 4.1.8
+ AH_BpdAddr_List2_PushBack@Base 4.1.8
+ AH_BpdAddr_List2_PushFront@Base 4.1.8
+ AH_BpdAddr_List2_Remove@Base 4.1.8
+ AH_BpdAddr_List2_Unshare@Base 4.1.8
+ AH_BpdAddr_List2_dup@Base 4.1.8
+ AH_BpdAddr_List2_free@Base 4.1.8
+ AH_BpdAddr_List2_new@Base 4.1.8
+ AH_BpdAddr_List_Add@Base 4.1.8
+ AH_BpdAddr_List_AddList@Base 4.1.8
+ AH_BpdAddr_List_Clear@Base 4.1.8
+ AH_BpdAddr_List_Del@Base 4.1.8
+ AH_BpdAddr_List_First@Base 4.1.8
+ AH_BpdAddr_List_GetCount@Base 4.1.8
+ AH_BpdAddr_List_HasElement@Base 4.1.8
+ AH_BpdAddr_List_Insert@Base 4.1.8
+ AH_BpdAddr_List_Last@Base 4.1.8
+ AH_BpdAddr_List_Next@Base 4.1.8
+ AH_BpdAddr_List_Previous@Base 4.1.8
+ AH_BpdAddr_List_free@Base 4.1.8
+ AH_BpdAddr_List_new@Base 4.1.8
+ AH_CryptMode_fromString@Base 4.1.8
+ AH_CryptMode_toString@Base 4.1.8
+ AH_HBCI_AddBankCertFolder@Base 4.1.8
+ AH_HBCI_AddBankPath@Base 4.1.8
+ AH_HBCI_AddCustomerPath@Base 4.1.8
+ AH_HBCI_AddUserPath@Base 4.1.8
+ AH_HBCI_CheckStringSanity@Base 4.1.8
+ AH_HBCI_Fini@Base 4.1.8
+ AH_HBCI_GetBankingApi@Base 4.1.8
+ AH_HBCI_GetConnectTimeout@Base 4.1.8
+ AH_HBCI_GetProductName@Base 4.1.8
+ AH_HBCI_GetProductVersion@Base 4.1.8
+ AH_HBCI_GetProvider@Base 4.1.8
+ AH_HBCI_GetSharedRuntimeData@Base 4.1.8
+ AH_HBCI_GetTransferTimeout@Base 4.1.8
+ AH_HBCI_Init@Base 4.1.8
+ AH_HBCI_RemoveAllBankCerts@Base 4.1.8
+ AH_HBCI_SaveMessage@Base 4.1.8
+ AH_HBCI_SetConnectTimeout@Base 4.1.8
+ AH_HBCI_SetProductName@Base 4.1.8
+ AH_HBCI_SetProductVersion@Base 4.1.8
+ AH_HBCI_SetTransferTimeout@Base 4.1.8
+ AH_HBCI_free@Base 4.1.8
+ AH_HBCI_new@Base 4.1.8
+ AH_MsgEngine_new@Base 4.1.8
+ AH_Provider_ChangePin@Base 4.1.8
+ AH_Provider_CreateKeys@Base 4.1.8
+ AH_Provider_GetAccounts@Base 4.1.8
+ AH_Provider_GetCert@Base 4.1.8
+ AH_Provider_GetIniLetterHtml@Base 4.1.8
+ AH_Provider_GetIniLetterTxt@Base 4.1.8
+ AH_Provider_GetItanModes@Base 4.1.8
+ AH_Provider_GetProductName@Base 4.1.8
+ AH_Provider_GetProductVersion@Base 4.1.8
+ AH_Provider_GetServerKeys@Base 4.1.8
+ AH_Provider_GetSysId@Base 4.1.8
+ AH_Provider_SendDtazv@Base 4.1.8
+ AH_Provider_SendUserKeys2@Base 4.1.8
+ AH_Provider_SendUserKeys@Base 4.1.8
+ AH_Provider_Test@Base 4.1.8
+ AH_Provider_new@Base 4.1.8
+ AH_TAN_METHOD__INHERIT_GETLIST@Base 4.1.8
+ AH_TAN_METHOD__INHERIT_ISOFTYPE@Base 4.1.8
+ AH_TAN_METHOD__INHERIT_SETDATA@Base 4.1.8
+ AH_TAN_METHOD__INHERIT_UNLINK@Base 4.1.8
+ AH_TanMethod_Attach@Base 4.1.8
+ AH_TanMethod_GetFormatId@Base 4.1.8
+ AH_TanMethod_GetFunction@Base 4.1.8
+ AH_TanMethod_GetMaxActiveLists@Base 4.1.8
+ AH_TanMethod_GetMethodId@Base 4.1.8
+ AH_TanMethod_GetMethodName@Base 4.1.8
+ AH_TanMethod_GetProcess@Base 4.1.8
+ AH_TanMethod_GetPrompt@Base 4.1.8
+ AH_TanMethod_GetReturnMaxLen@Base 4.1.8
+ AH_TanMethod_GetTanMaxLen@Base 4.1.8
+ AH_TanMethod_IsModified@Base 4.1.8
+ AH_TanMethod_List2Iterator_Data@Base 4.1.8
+ AH_TanMethod_List2Iterator_GetLinkCount@Base 4.1.8
+ AH_TanMethod_List2Iterator_IncLinkCount@Base 4.1.8
+ AH_TanMethod_List2Iterator_Next@Base 4.1.8
+ AH_TanMethod_List2Iterator_Previous@Base 4.1.8
+ AH_TanMethod_List2Iterator_free@Base 4.1.8
+ AH_TanMethod_List2Iterator_new@Base 4.1.8
+ AH_TanMethod_List2_Clear@Base 4.1.8
+ AH_TanMethod_List2_Contains@Base 4.1.8
+ AH_TanMethod_List2_Dump@Base 4.1.8
+ AH_TanMethod_List2_Erase@Base 4.1.8
+ AH_TanMethod_List2_FindIter@Base 4.1.8
+ AH_TanMethod_List2_First@Base 4.1.8
+ AH_TanMethod_List2_ForEach@Base 4.1.8
+ AH_TanMethod_List2_GetBack@Base 4.1.8
+ AH_TanMethod_List2_GetFront@Base 4.1.8
+ AH_TanMethod_List2_GetSize@Base 4.1.8
+ AH_TanMethod_List2_IsEmpty@Base 4.1.8
+ AH_TanMethod_List2_Last@Base 4.1.8
+ AH_TanMethod_List2_PopBack@Base 4.1.8
+ AH_TanMethod_List2_PopFront@Base 4.1.8
+ AH_TanMethod_List2_PushBack@Base 4.1.8
+ AH_TanMethod_List2_PushFront@Base 4.1.8
+ AH_TanMethod_List2_Remove@Base 4.1.8
+ AH_TanMethod_List2_Unshare@Base 4.1.8
+ AH_TanMethod_List2_dup@Base 4.1.8
+ AH_TanMethod_List2_free@Base 4.1.8
+ AH_TanMethod_List2_freeAll@Base 4.1.8
+ AH_TanMethod_List2_new@Base 4.1.8
+ AH_TanMethod_List_Add@Base 4.1.8
+ AH_TanMethod_List_AddList@Base 4.1.8
+ AH_TanMethod_List_Clear@Base 4.1.8
+ AH_TanMethod_List_Del@Base 4.1.8
+ AH_TanMethod_List_First@Base 4.1.8
+ AH_TanMethod_List_GetCount@Base 4.1.8
+ AH_TanMethod_List_HasElement@Base 4.1.8
+ AH_TanMethod_List_Insert@Base 4.1.8
+ AH_TanMethod_List_Last@Base 4.1.8
+ AH_TanMethod_List_Next@Base 4.1.8
+ AH_TanMethod_List_Previous@Base 4.1.8
+ AH_TanMethod_List_dup@Base 4.1.8
+ AH_TanMethod_List_free@Base 4.1.8
+ AH_TanMethod_List_new@Base 4.1.8
+ AH_TanMethod_ReadDb@Base 4.1.8
+ AH_TanMethod_SetFormatId@Base 4.1.8
+ AH_TanMethod_SetFunction@Base 4.1.8
+ AH_TanMethod_SetMaxActiveLists@Base 4.1.8
+ AH_TanMethod_SetMethodId@Base 4.1.8
+ AH_TanMethod_SetMethodName@Base 4.1.8
+ AH_TanMethod_SetModified@Base 4.1.8
+ AH_TanMethod_SetProcess@Base 4.1.8
+ AH_TanMethod_SetPrompt@Base 4.1.8
+ AH_TanMethod_SetReturnMaxLen@Base 4.1.8
+ AH_TanMethod_SetTanMaxLen@Base 4.1.8
+ AH_TanMethod_dup@Base 4.1.8
+ AH_TanMethod_free@Base 4.1.8
+ AH_TanMethod_fromDb@Base 4.1.8
+ AH_TanMethod_new@Base 4.1.8
+ AH_TanMethod_toDb@Base 4.1.8
+ AH_User_AddFlags@Base 4.1.8
+ AH_User_AddTanMethod@Base 4.1.8
+ AH_User_ClearTanMethodList@Base 4.1.8
+ AH_User_Flags_fromDb@Base 4.1.8
+ AH_User_Flags_toDb@Base 4.1.8
+ AH_User_GetCryptMode@Base 4.1.8
+ AH_User_GetFlags@Base 4.1.8
+ AH_User_GetHbciVersion@Base 4.1.8
+ AH_User_GetHttpContentType@Base 4.1.8
+ AH_User_GetHttpUserAgent@Base 4.1.8
+ AH_User_GetHttpVMajor@Base 4.1.8
+ AH_User_GetHttpVMinor@Base 4.1.8
+ AH_User_GetMaxDebitNotesPerJob@Base 4.1.8
+ AH_User_GetMaxTransfersPerJob@Base 4.1.8
+ AH_User_GetPeerId@Base 4.1.8
+ AH_User_GetRdhType@Base 4.1.8
+ AH_User_GetSelectedTanMethod@Base 4.1.8
+ AH_User_GetServerUrl@Base 4.1.8
+ AH_User_GetStatus@Base 4.1.8
+ AH_User_GetSystemId@Base 4.1.8
+ AH_User_GetTanMethodCount@Base 4.1.8
+ AH_User_GetTanMethodDescriptions@Base 4.1.8
+ AH_User_GetTanMethodList@Base 4.1.8
+ AH_User_GetTokenContextId@Base 4.1.8
+ AH_User_GetTokenName@Base 4.1.8
+ AH_User_GetTokenType@Base 4.1.8
+ AH_User_HasTanMethod@Base 4.1.8
+ AH_User_HasTanMethodOtherThan@Base 4.1.8
+ AH_User_MkPasswdName@Base 4.1.8
+ AH_User_MkPinName@Base 4.1.8
+ AH_User_MkTanName@Base 4.1.8
+ AH_User_SetCryptMode@Base 4.1.8
+ AH_User_SetFlags@Base 4.1.8
+ AH_User_SetHbciVersion@Base 4.1.8
+ AH_User_SetHttpContentType@Base 4.1.8
+ AH_User_SetHttpUserAgent@Base 4.1.8
+ AH_User_SetHttpVMajor@Base 4.1.8
+ AH_User_SetHttpVMinor@Base 4.1.8
+ AH_User_SetMaxDebitNotesPerJob@Base 4.1.8
+ AH_User_SetMaxTransfersPerJob@Base 4.1.8
+ AH_User_SetPeerId@Base 4.1.8
+ AH_User_SetRdhType@Base 4.1.8
+ AH_User_SetSelectedTanMethod@Base 4.1.8
+ AH_User_SetServerUrl@Base 4.1.8
+ AH_User_SetStatus@Base 4.1.8
+ AH_User_SetSystemId@Base 4.1.8
+ AH_User_SetTokenContextId@Base 4.1.8
+ AH_User_SetTokenName@Base 4.1.8
+ AH_User_SetTokenType@Base 4.1.8
+ AH_User_Status_fromString@Base 4.1.8
+ AH_User_Status_toString@Base 4.1.8
+ AH_User_SubFlags@Base 4.1.8
--- libaqbanking-4.2.0.orig/debian/libaqbanking29-dev.docs
+++ libaqbanking-4.2.0/debian/libaqbanking29-dev.docs
@@ -0,0 +1,4 @@
+AUTHORS
+NEWS
+doc/02-CODING
+doc/03-APPS
--- libaqbanking-4.2.0.orig/debian/libaqbanking29.install
+++ libaqbanking-4.2.0/debian/libaqbanking29.install
@@ -0,0 +1,2 @@
+usr/lib/libaqbanking.so.*
+usr/lib/libaqnone.so.*
--- libaqbanking-4.2.0.orig/debian/aqbanking-tools.dirs
+++ libaqbanking-4.2.0/debian/aqbanking-tools.dirs
@@ -0,0 +1 @@
+usr/bin
--- libaqbanking-4.2.0.orig/debian/libaqbanking29-plugins-qt.install
+++ libaqbanking-4.2.0/debian/libaqbanking29-plugins-qt.install
@@ -0,0 +1,3 @@
+usr/lib/aqbanking/plugins/29/debugger
+usr/lib/aqbanking/plugins/29/frontends/qbanking
+usr/lib/aqbanking/plugins/29/wizards
--- libaqbanking-4.2.0.orig/debian/libaqbanking29.symbols
+++ libaqbanking-4.2.0/debian/libaqbanking29.symbols
@@ -0,0 +1,1547 @@
+libaqbanking.so.29 libaqbanking29 #MINVER#
+* Build-Depends-Package: libaqbanking29-dev, libaqbanking-dev
+ AB_ACCOUNT__INHERIT_GETLIST@Base 4.0.0
+ AB_ACCOUNT__INHERIT_ISOFTYPE@Base 4.0.0
+ AB_ACCOUNT__INHERIT_SETDATA@Base 4.0.0
+ AB_ACCOUNT__INHERIT_UNLINK@Base 4.0.0
+ AB_AccountStatus_GetBankLine@Base 4.0.0
+ AB_AccountStatus_GetBookedBalance@Base 4.0.0
+ AB_AccountStatus_GetDisposable@Base 4.0.0
+ AB_AccountStatus_GetDisposed@Base 4.0.0
+ AB_AccountStatus_GetNotedBalance@Base 4.0.0
+ AB_AccountStatus_GetTime@Base 4.0.0
+ AB_AccountStatus_List2Iterator_Data@Base 4.0.0
+ AB_AccountStatus_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_AccountStatus_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_AccountStatus_List2Iterator_Next@Base 4.0.0
+ AB_AccountStatus_List2Iterator_Previous@Base 4.0.0
+ AB_AccountStatus_List2Iterator_free@Base 4.0.0
+ AB_AccountStatus_List2Iterator_new@Base 4.0.0
+ AB_AccountStatus_List2_Clear@Base 4.0.0
+ AB_AccountStatus_List2_Contains@Base 4.0.0
+ AB_AccountStatus_List2_Dump@Base 4.0.0
+ AB_AccountStatus_List2_Erase@Base 4.0.0
+ AB_AccountStatus_List2_FindIter@Base 4.0.0
+ AB_AccountStatus_List2_First@Base 4.0.0
+ AB_AccountStatus_List2_ForEach@Base 4.0.0
+ AB_AccountStatus_List2_GetBack@Base 4.0.0
+ AB_AccountStatus_List2_GetFront@Base 4.0.0
+ AB_AccountStatus_List2_GetSize@Base 4.0.0
+ AB_AccountStatus_List2_IsEmpty@Base 4.0.0
+ AB_AccountStatus_List2_Last@Base 4.0.0
+ AB_AccountStatus_List2_PopBack@Base 4.0.0
+ AB_AccountStatus_List2_PopFront@Base 4.0.0
+ AB_AccountStatus_List2_PushBack@Base 4.0.0
+ AB_AccountStatus_List2_PushFront@Base 4.0.0
+ AB_AccountStatus_List2_Remove@Base 4.0.0
+ AB_AccountStatus_List2_Unshare@Base 4.0.0
+ AB_AccountStatus_List2_dup@Base 4.0.0
+ AB_AccountStatus_List2_free@Base 4.0.0
+ AB_AccountStatus_List2_freeAll@Base 4.0.0
+ AB_AccountStatus_List2_new@Base 4.0.0
+ AB_AccountStatus_SetBankLine@Base 4.0.0
+ AB_AccountStatus_SetBookedBalance@Base 4.0.0
+ AB_AccountStatus_SetDisposable@Base 4.0.0
+ AB_AccountStatus_SetDisposed@Base 4.0.0
+ AB_AccountStatus_SetNotedBalance@Base 4.0.0
+ AB_AccountStatus_SetTime@Base 4.0.0
+ AB_AccountStatus_dup@Base 4.0.0
+ AB_AccountStatus_free@Base 4.0.0
+ AB_AccountStatus_fromDb@Base 4.0.0
+ AB_AccountStatus_new@Base 4.0.0
+ AB_AccountStatus_toDb@Base 4.0.0
+ AB_Account_GetAccountName@Base 4.0.0
+ AB_Account_GetAccountNumber@Base 4.0.0
+ AB_Account_GetAccountType@Base 4.0.0
+ AB_Account_GetBIC@Base 4.0.0
+ AB_Account_GetBackendName@Base 4.0.0
+ AB_Account_GetBankCode@Base 4.0.0
+ AB_Account_GetBankName@Base 4.0.0
+ AB_Account_GetBanking@Base 4.0.0
+ AB_Account_GetCountry@Base 4.0.0
+ AB_Account_GetCurrency@Base 4.0.0
+ AB_Account_GetFirstSelectedUser@Base 4.0.0
+ AB_Account_GetFirstUser@Base 4.0.0
+ AB_Account_GetIBAN@Base 4.0.0
+ AB_Account_GetOwnerName@Base 4.0.0
+ AB_Account_GetProvider@Base 4.0.0
+ AB_Account_GetSelectedUsers@Base 4.0.0
+ AB_Account_GetUniqueId@Base 4.0.0
+ AB_Account_GetUsers@Base 4.0.0
+ AB_Account_List2Iterator_Data@Base 4.0.0
+ AB_Account_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_Account_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_Account_List2Iterator_Next@Base 4.0.0
+ AB_Account_List2Iterator_Previous@Base 4.0.0
+ AB_Account_List2Iterator_free@Base 4.0.0
+ AB_Account_List2Iterator_new@Base 4.0.0
+ AB_Account_List2_Clear@Base 4.0.0
+ AB_Account_List2_Contains@Base 4.0.0
+ AB_Account_List2_Dump@Base 4.0.0
+ AB_Account_List2_Erase@Base 4.0.0
+ AB_Account_List2_FindIter@Base 4.0.0
+ AB_Account_List2_First@Base 4.0.0
+ AB_Account_List2_ForEach@Base 4.0.0
+ AB_Account_List2_FreeAll@Base 4.0.0
+ AB_Account_List2_GetBack@Base 4.0.0
+ AB_Account_List2_GetFront@Base 4.0.0
+ AB_Account_List2_GetSize@Base 4.0.0
+ AB_Account_List2_IsEmpty@Base 4.0.0
+ AB_Account_List2_Last@Base 4.0.0
+ AB_Account_List2_PopBack@Base 4.0.0
+ AB_Account_List2_PopFront@Base 4.0.0
+ AB_Account_List2_PushBack@Base 4.0.0
+ AB_Account_List2_PushFront@Base 4.0.0
+ AB_Account_List2_Remove@Base 4.0.0
+ AB_Account_List2_Unshare@Base 4.0.0
+ AB_Account_List2_dup@Base 4.0.0
+ AB_Account_List2_free@Base 4.0.0
+ AB_Account_List2_new@Base 4.0.0
+ AB_Account_SetAccountName@Base 4.0.0
+ AB_Account_SetAccountNumber@Base 4.0.0
+ AB_Account_SetAccountType@Base 4.0.0
+ AB_Account_SetBIC@Base 4.0.0
+ AB_Account_SetBankCode@Base 4.0.0
+ AB_Account_SetBankName@Base 4.0.0
+ AB_Account_SetCountry@Base 4.0.0
+ AB_Account_SetCurrency@Base 4.0.0
+ AB_Account_SetIBAN@Base 4.0.0
+ AB_Account_SetOwnerName@Base 4.0.0
+ AB_Account_SetSelectedUser@Base 4.0.0
+ AB_Account_SetSelectedUsers@Base 4.0.0
+ AB_Account_SetUniqueId@Base 4.0.0
+ AB_Account_SetUser@Base 4.0.0
+ AB_Account_SetUsers@Base 4.0.0
+ AB_Account_free@Base 4.0.0
+ AB_BANKINFO_PLUGIN__INHERIT_GETLIST@Base 4.0.0
+ AB_BANKINFO_PLUGIN__INHERIT_ISOFTYPE@Base 4.0.0
+ AB_BANKINFO_PLUGIN__INHERIT_SETDATA@Base 4.0.0
+ AB_BANKINFO_PLUGIN__INHERIT_UNLINK@Base 4.0.0
+ AB_BANKING__INHERIT_GETLIST@Base 4.0.0
+ AB_BANKING__INHERIT_ISOFTYPE@Base 4.0.0
+ AB_BANKING__INHERIT_SETDATA@Base 4.0.0
+ AB_BANKING__INHERIT_UNLINK@Base 4.0.0
+ AB_Balance_GetTime@Base 4.0.0
+ AB_Balance_GetValue@Base 4.0.0
+ AB_Balance_SetValue@Base 4.0.0
+ AB_Balance_dup@Base 4.0.0
+ AB_Balance_free@Base 4.0.0
+ AB_Balance_fromDb@Base 4.0.0
+ AB_Balance_new@Base 4.0.0
+ AB_Balance_toDb@Base 4.0.0
+ AB_BankInfoPlugin_Attach@Base 4.0.0
+ AB_BankInfoPlugin_CheckAccount@Base 4.0.0
+ AB_BankInfoPlugin_GetBankInfo@Base 4.0.0
+ AB_BankInfoPlugin_GetBankInfoByTemplate@Base 4.0.0
+ AB_BankInfoPlugin_GetCountry@Base 4.0.0
+ AB_BankInfoPlugin_List2Iterator_Data@Base 4.0.0
+ AB_BankInfoPlugin_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_BankInfoPlugin_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_BankInfoPlugin_List2Iterator_Next@Base 4.0.0
+ AB_BankInfoPlugin_List2Iterator_Previous@Base 4.0.0
+ AB_BankInfoPlugin_List2Iterator_free@Base 4.0.0
+ AB_BankInfoPlugin_List2Iterator_new@Base 4.0.0
+ AB_BankInfoPlugin_List2_Clear@Base 4.0.0
+ AB_BankInfoPlugin_List2_Contains@Base 4.0.0
+ AB_BankInfoPlugin_List2_Dump@Base 4.0.0
+ AB_BankInfoPlugin_List2_Erase@Base 4.0.0
+ AB_BankInfoPlugin_List2_FindIter@Base 4.0.0
+ AB_BankInfoPlugin_List2_First@Base 4.0.0
+ AB_BankInfoPlugin_List2_ForEach@Base 4.0.0
+ AB_BankInfoPlugin_List2_GetBack@Base 4.0.0
+ AB_BankInfoPlugin_List2_GetFront@Base 4.0.0
+ AB_BankInfoPlugin_List2_GetSize@Base 4.0.0
+ AB_BankInfoPlugin_List2_IsEmpty@Base 4.0.0
+ AB_BankInfoPlugin_List2_Last@Base 4.0.0
+ AB_BankInfoPlugin_List2_PopBack@Base 4.0.0
+ AB_BankInfoPlugin_List2_PopFront@Base 4.0.0
+ AB_BankInfoPlugin_List2_PushBack@Base 4.0.0
+ AB_BankInfoPlugin_List2_PushFront@Base 4.0.0
+ AB_BankInfoPlugin_List2_Remove@Base 4.0.0
+ AB_BankInfoPlugin_List2_Unshare@Base 4.0.0
+ AB_BankInfoPlugin_List2_dup@Base 4.0.0
+ AB_BankInfoPlugin_List2_free@Base 4.0.0
+ AB_BankInfoPlugin_List2_new@Base 4.0.0
+ AB_BankInfoPlugin_List_Add@Base 4.0.0
+ AB_BankInfoPlugin_List_AddList@Base 4.0.0
+ AB_BankInfoPlugin_List_Clear@Base 4.0.0
+ AB_BankInfoPlugin_List_Del@Base 4.0.0
+ AB_BankInfoPlugin_List_First@Base 4.0.0
+ AB_BankInfoPlugin_List_GetCount@Base 4.0.0
+ AB_BankInfoPlugin_List_HasElement@Base 4.0.0
+ AB_BankInfoPlugin_List_Insert@Base 4.0.0
+ AB_BankInfoPlugin_List_Last@Base 4.0.0
+ AB_BankInfoPlugin_List_Next@Base 4.0.0
+ AB_BankInfoPlugin_List_Previous@Base 4.0.0
+ AB_BankInfoPlugin_List_free@Base 4.0.0
+ AB_BankInfoPlugin_List_new@Base 4.0.0
+ AB_BankInfoPlugin_SetCheckAccountFn@Base 4.0.0
+ AB_BankInfoPlugin_SetGetBankInfoByTemplateFn@Base 4.0.0
+ AB_BankInfoPlugin_SetGetBankInfoFn@Base 4.0.0
+ AB_BankInfoPlugin_free@Base 4.0.0
+ AB_BankInfoPlugin_new@Base 4.0.0
+ AB_BankInfoService_Attach@Base 4.0.0
+ AB_BankInfoService_GetAddress@Base 4.0.0
+ AB_BankInfoService_GetAux1@Base 4.0.0
+ AB_BankInfoService_GetAux2@Base 4.0.0
+ AB_BankInfoService_GetAux3@Base 4.0.0
+ AB_BankInfoService_GetAux4@Base 4.0.0
+ AB_BankInfoService_GetMode@Base 4.0.0
+ AB_BankInfoService_GetPversion@Base 4.0.0
+ AB_BankInfoService_GetSuffix@Base 4.0.0
+ AB_BankInfoService_GetType@Base 4.0.0
+ AB_BankInfoService_IsModified@Base 4.0.0
+ AB_BankInfoService_List2Iterator_Data@Base 4.0.0
+ AB_BankInfoService_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_BankInfoService_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_BankInfoService_List2Iterator_Next@Base 4.0.0
+ AB_BankInfoService_List2Iterator_Previous@Base 4.0.0
+ AB_BankInfoService_List2Iterator_free@Base 4.0.0
+ AB_BankInfoService_List2Iterator_new@Base 4.0.0
+ AB_BankInfoService_List2_Clear@Base 4.0.0
+ AB_BankInfoService_List2_Contains@Base 4.0.0
+ AB_BankInfoService_List2_Dump@Base 4.0.0
+ AB_BankInfoService_List2_Erase@Base 4.0.0
+ AB_BankInfoService_List2_FindIter@Base 4.0.0
+ AB_BankInfoService_List2_First@Base 4.0.0
+ AB_BankInfoService_List2_ForEach@Base 4.0.0
+ AB_BankInfoService_List2_GetBack@Base 4.0.0
+ AB_BankInfoService_List2_GetFront@Base 4.0.0
+ AB_BankInfoService_List2_GetSize@Base 4.0.0
+ AB_BankInfoService_List2_IsEmpty@Base 4.0.0
+ AB_BankInfoService_List2_Last@Base 4.0.0
+ AB_BankInfoService_List2_PopBack@Base 4.0.0
+ AB_BankInfoService_List2_PopFront@Base 4.0.0
+ AB_BankInfoService_List2_PushBack@Base 4.0.0
+ AB_BankInfoService_List2_PushFront@Base 4.0.0
+ AB_BankInfoService_List2_Remove@Base 4.0.0
+ AB_BankInfoService_List2_Unshare@Base 4.0.0
+ AB_BankInfoService_List2_dup@Base 4.0.0
+ AB_BankInfoService_List2_free@Base 4.0.0
+ AB_BankInfoService_List2_freeAll@Base 4.0.0
+ AB_BankInfoService_List2_new@Base 4.0.0
+ AB_BankInfoService_List_Add@Base 4.0.0
+ AB_BankInfoService_List_AddList@Base 4.0.0
+ AB_BankInfoService_List_Clear@Base 4.0.0
+ AB_BankInfoService_List_Del@Base 4.0.0
+ AB_BankInfoService_List_First@Base 4.0.0
+ AB_BankInfoService_List_GetCount@Base 4.0.0
+ AB_BankInfoService_List_HasElement@Base 4.0.0
+ AB_BankInfoService_List_Insert@Base 4.0.0
+ AB_BankInfoService_List_Last@Base 4.0.0
+ AB_BankInfoService_List_Next@Base 4.0.0
+ AB_BankInfoService_List_Previous@Base 4.0.0
+ AB_BankInfoService_List_dup@Base 4.0.0
+ AB_BankInfoService_List_free@Base 4.0.0
+ AB_BankInfoService_List_new@Base 4.0.0
+ AB_BankInfoService_ReadDb@Base 4.0.0
+ AB_BankInfoService_SetAddress@Base 4.0.0
+ AB_BankInfoService_SetAux1@Base 4.0.0
+ AB_BankInfoService_SetAux2@Base 4.0.0
+ AB_BankInfoService_SetAux3@Base 4.0.0
+ AB_BankInfoService_SetAux4@Base 4.0.0
+ AB_BankInfoService_SetMode@Base 4.0.0
+ AB_BankInfoService_SetModified@Base 4.0.0
+ AB_BankInfoService_SetPversion@Base 4.0.0
+ AB_BankInfoService_SetSuffix@Base 4.0.0
+ AB_BankInfoService_SetType@Base 4.0.0
+ AB_BankInfoService_dup@Base 4.0.0
+ AB_BankInfoService_free@Base 4.0.0
+ AB_BankInfoService_fromDb@Base 4.0.0
+ AB_BankInfoService_new@Base 4.0.0
+ AB_BankInfoService_toDb@Base 4.0.0
+ AB_BankInfo_Attach@Base 4.0.0
+ AB_BankInfo_GetBankId@Base 4.0.0
+ AB_BankInfo_GetBankName@Base 4.0.0
+ AB_BankInfo_GetBic@Base 4.0.0
+ AB_BankInfo_GetBranchId@Base 4.0.0
+ AB_BankInfo_GetCity@Base 4.0.0
+ AB_BankInfo_GetCountry@Base 4.0.0
+ AB_BankInfo_GetEmail@Base 4.0.0
+ AB_BankInfo_GetFax@Base 4.0.0
+ AB_BankInfo_GetLocation@Base 4.0.0
+ AB_BankInfo_GetPhone@Base 4.0.0
+ AB_BankInfo_GetRegion@Base 4.0.0
+ AB_BankInfo_GetServices@Base 4.0.0
+ AB_BankInfo_GetStreet@Base 4.0.0
+ AB_BankInfo_GetWebsite@Base 4.0.0
+ AB_BankInfo_GetZipcode@Base 4.0.0
+ AB_BankInfo_IsModified@Base 4.0.0
+ AB_BankInfo_List2Iterator_Data@Base 4.0.0
+ AB_BankInfo_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_BankInfo_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_BankInfo_List2Iterator_Next@Base 4.0.0
+ AB_BankInfo_List2Iterator_Previous@Base 4.0.0
+ AB_BankInfo_List2Iterator_free@Base 4.0.0
+ AB_BankInfo_List2Iterator_new@Base 4.0.0
+ AB_BankInfo_List2_Clear@Base 4.0.0
+ AB_BankInfo_List2_Contains@Base 4.0.0
+ AB_BankInfo_List2_Dump@Base 4.0.0
+ AB_BankInfo_List2_Erase@Base 4.0.0
+ AB_BankInfo_List2_FindIter@Base 4.0.0
+ AB_BankInfo_List2_First@Base 4.0.0
+ AB_BankInfo_List2_ForEach@Base 4.0.0
+ AB_BankInfo_List2_GetBack@Base 4.0.0
+ AB_BankInfo_List2_GetFront@Base 4.0.0
+ AB_BankInfo_List2_GetSize@Base 4.0.0
+ AB_BankInfo_List2_IsEmpty@Base 4.0.0
+ AB_BankInfo_List2_Last@Base 4.0.0
+ AB_BankInfo_List2_PopBack@Base 4.0.0
+ AB_BankInfo_List2_PopFront@Base 4.0.0
+ AB_BankInfo_List2_PushBack@Base 4.0.0
+ AB_BankInfo_List2_PushFront@Base 4.0.0
+ AB_BankInfo_List2_Remove@Base 4.0.0
+ AB_BankInfo_List2_Unshare@Base 4.0.0
+ AB_BankInfo_List2_dup@Base 4.0.0
+ AB_BankInfo_List2_free@Base 4.0.0
+ AB_BankInfo_List2_freeAll@Base 4.0.0
+ AB_BankInfo_List2_new@Base 4.0.0
+ AB_BankInfo_List_Add@Base 4.0.0
+ AB_BankInfo_List_AddList@Base 4.0.0
+ AB_BankInfo_List_Clear@Base 4.0.0
+ AB_BankInfo_List_Del@Base 4.0.0
+ AB_BankInfo_List_First@Base 4.0.0
+ AB_BankInfo_List_GetCount@Base 4.0.0
+ AB_BankInfo_List_HasElement@Base 4.0.0
+ AB_BankInfo_List_Insert@Base 4.0.0
+ AB_BankInfo_List_Last@Base 4.0.0
+ AB_BankInfo_List_Next@Base 4.0.0
+ AB_BankInfo_List_Previous@Base 4.0.0
+ AB_BankInfo_List_dup@Base 4.0.0
+ AB_BankInfo_List_free@Base 4.0.0
+ AB_BankInfo_List_new@Base 4.0.0
+ AB_BankInfo_ReadDb@Base 4.0.0
+ AB_BankInfo_SetBankId@Base 4.0.0
+ AB_BankInfo_SetBankName@Base 4.0.0
+ AB_BankInfo_SetBic@Base 4.0.0
+ AB_BankInfo_SetBranchId@Base 4.0.0
+ AB_BankInfo_SetCity@Base 4.0.0
+ AB_BankInfo_SetCountry@Base 4.0.0
+ AB_BankInfo_SetEmail@Base 4.0.0
+ AB_BankInfo_SetFax@Base 4.0.0
+ AB_BankInfo_SetLocation@Base 4.0.0
+ AB_BankInfo_SetModified@Base 4.0.0
+ AB_BankInfo_SetPhone@Base 4.0.0
+ AB_BankInfo_SetRegion@Base 4.0.0
+ AB_BankInfo_SetServices@Base 4.0.0
+ AB_BankInfo_SetStreet@Base 4.0.0
+ AB_BankInfo_SetWebsite@Base 4.0.0
+ AB_BankInfo_SetZipcode@Base 4.0.0
+ AB_BankInfo_dup@Base 4.0.0
+ AB_BankInfo_free@Base 4.0.0
+ AB_BankInfo_fromDb@Base 4.0.0
+ AB_BankInfo_new@Base 4.0.0
+ AB_BankInfo_toDb@Base 4.0.0
+ AB_Banking_AddAccount@Base 4.0.0
+ AB_Banking_AddUser@Base 4.0.0
+ AB_Banking_BeginExclUseAccount@Base 4.0.0
+ AB_Banking_BeginExclUseUser@Base 4.0.0
+ AB_Banking_CheckAccount@Base 4.0.0
+ AB_Banking_CheckCryptToken@Base 4.0.0
+ AB_Banking_CheckIban@Base 4.0.0
+ AB_Banking_ClearCryptTokenList@Base 4.0.0
+ AB_Banking_CreateAccount@Base 4.0.0
+ AB_Banking_CreateUser@Base 4.0.0
+ AB_Banking_DeleteAccount@Base 4.0.0
+ AB_Banking_DeleteUser@Base 4.0.0
+ AB_Banking_EndExclUseAccount@Base 4.0.0
+ AB_Banking_EndExclUseUser@Base 4.0.0
+ AB_Banking_ExecuteJobs@Base 4.0.0
+ AB_Banking_ExecutionProgress@Base 4.0.0
+ AB_Banking_ExportToBuffer@Base 4.1.0
+ AB_Banking_ExportWithProfile@Base 4.0.0
+ AB_Banking_FillGapsInImExporterContext@Base 4.0.0
+ AB_Banking_FindAccount@Base 4.0.0
+ AB_Banking_FindAccounts@Base 4.0.0
+ AB_Banking_FindCountryByCode@Base 4.0.0
+ AB_Banking_FindCountryByLocalName@Base 4.0.0
+ AB_Banking_FindCountryByName@Base 4.0.0
+ AB_Banking_FindCountryByNumeric@Base 4.0.0
+ AB_Banking_FindDebugger@Base 4.0.0
+ AB_Banking_FindFirstAccountOfUser@Base 4.0.0
+ AB_Banking_FindUser@Base 4.0.0
+ AB_Banking_FindUsers@Base 4.0.0
+ AB_Banking_FindWizard@Base 4.0.0
+ AB_Banking_Fini@Base 4.0.0
+ AB_Banking_GetAccount@Base 4.0.0
+ AB_Banking_GetAccountByAlias@Base 4.0.0
+ AB_Banking_GetAccountByCodeAndNumber@Base 4.0.0
+ AB_Banking_GetAccountByIban@Base 4.0.0
+ AB_Banking_GetAccounts@Base 4.0.0
+ AB_Banking_GetActiveProviders@Base 4.0.0
+ AB_Banking_GetAppName@Base 4.0.0
+ AB_Banking_GetAppUserDataDir@Base 4.0.0
+ AB_Banking_GetBankInfo@Base 4.0.0
+ AB_Banking_GetBankInfoByTemplate@Base 4.0.0
+ AB_Banking_GetCryptToken@Base 4.0.0
+ AB_Banking_GetDebuggerDescrs@Base 4.0.0
+ AB_Banking_GetEscapedAppName@Base 4.0.0
+ AB_Banking_GetGlobalDataDirs@Base 4.0.0
+ AB_Banking_GetGlobalSysconfDirs@Base 4.0.0
+ AB_Banking_GetImExporter@Base 4.0.0
+ AB_Banking_GetImExporterDescrs@Base 4.0.0
+ AB_Banking_GetImExporterProfiles@Base 4.0.0
+ AB_Banking_GetProvider@Base 4.0.0
+ AB_Banking_GetProviderDescrs@Base 4.0.0
+ AB_Banking_GetProviderUserDataDir@Base 4.0.0
+ AB_Banking_GetSharedDataDir@Base 4.0.0
+ AB_Banking_GetUniqueId@Base 4.0.0
+ AB_Banking_GetUser@Base 4.0.0
+ AB_Banking_GetUserData@Base 4.0.0
+ AB_Banking_GetUserDataDir@Base 4.0.0
+ AB_Banking_GetUsers@Base 4.0.0
+ AB_Banking_GetVersion@Base 4.0.0
+ AB_Banking_GetWizardDescrs@Base 4.0.0
+ AB_Banking_HasConf2@Base 4.0.0
+ AB_Banking_HasConf3@Base 4.0.0
+ AB_Banking_HasConf4@Base 4.0.0
+ AB_Banking_ImportConf2@Base 4.0.0
+ AB_Banking_ImportConf3@Base 4.0.0
+ AB_Banking_ImportWithProfile@Base 4.0.0
+ AB_Banking_Init@Base 4.0.0
+ AB_Banking_ListCountriesByLocalName@Base 4.0.0
+ AB_Banking_ListCountriesByName@Base 4.0.0
+ AB_Banking_LoadAppConfig@Base 4.0.0
+ AB_Banking_LoadPluginConfig@Base 4.0.0
+ AB_Banking_LoadSharedConfig@Base 4.0.0
+ AB_Banking_LockAppConfig@Base 4.0.0
+ AB_Banking_LockPluginConfig@Base 4.0.0
+ AB_Banking_LockSharedConfig@Base 4.0.0
+ AB_Banking_OnlineFini@Base 4.0.0
+ AB_Banking_OnlineInit@Base 4.0.0
+ AB_Banking_SaveAccountConfig@Base 4.2.0
+ AB_Banking_SaveAppConfig@Base 4.0.0
+ AB_Banking_SavePluginConfig@Base 4.0.0
+ AB_Banking_SaveSharedConfig@Base 4.0.0
+ AB_Banking_SaveUserConfig@Base 4.2.0
+ AB_Banking_SetAccountAlias@Base 4.0.0
+ AB_Banking_SetUserData@Base 4.0.0
+ AB_Banking_UnlockAppConfig@Base 4.0.0
+ AB_Banking_UnlockPluginConfig@Base 4.0.0
+ AB_Banking_UnlockSharedConfig@Base 4.0.0
+ AB_Banking_free@Base 4.0.0
+ AB_Banking_new@Base 4.0.0
+ AB_CellPhoneProduct_Attach@Base 4.0.0
+ AB_CellPhoneProduct_GetAllowFreeValue@Base 4.0.0
+ AB_CellPhoneProduct_GetId@Base 4.0.0
+ AB_CellPhoneProduct_GetMaximumValue@Base 4.0.0
+ AB_CellPhoneProduct_GetMinimumValue@Base 4.0.0
+ AB_CellPhoneProduct_GetProductName@Base 4.0.0
+ AB_CellPhoneProduct_GetProviderName@Base 4.0.0
+ AB_CellPhoneProduct_GetValues@Base 4.0.0
+ AB_CellPhoneProduct_IsModified@Base 4.0.0
+ AB_CellPhoneProduct_List2Iterator_Data@Base 4.0.0
+ AB_CellPhoneProduct_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_CellPhoneProduct_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_CellPhoneProduct_List2Iterator_Next@Base 4.0.0
+ AB_CellPhoneProduct_List2Iterator_Previous@Base 4.0.0
+ AB_CellPhoneProduct_List2Iterator_free@Base 4.0.0
+ AB_CellPhoneProduct_List2Iterator_new@Base 4.0.0
+ AB_CellPhoneProduct_List2_Clear@Base 4.0.0
+ AB_CellPhoneProduct_List2_Contains@Base 4.0.0
+ AB_CellPhoneProduct_List2_Dump@Base 4.0.0
+ AB_CellPhoneProduct_List2_Erase@Base 4.0.0
+ AB_CellPhoneProduct_List2_FindIter@Base 4.0.0
+ AB_CellPhoneProduct_List2_First@Base 4.0.0
+ AB_CellPhoneProduct_List2_ForEach@Base 4.0.0
+ AB_CellPhoneProduct_List2_GetBack@Base 4.0.0
+ AB_CellPhoneProduct_List2_GetFront@Base 4.0.0
+ AB_CellPhoneProduct_List2_GetSize@Base 4.0.0
+ AB_CellPhoneProduct_List2_IsEmpty@Base 4.0.0
+ AB_CellPhoneProduct_List2_Last@Base 4.0.0
+ AB_CellPhoneProduct_List2_PopBack@Base 4.0.0
+ AB_CellPhoneProduct_List2_PopFront@Base 4.0.0
+ AB_CellPhoneProduct_List2_PushBack@Base 4.0.0
+ AB_CellPhoneProduct_List2_PushFront@Base 4.0.0
+ AB_CellPhoneProduct_List2_Remove@Base 4.0.0
+ AB_CellPhoneProduct_List2_Unshare@Base 4.0.0
+ AB_CellPhoneProduct_List2_dup@Base 4.0.0
+ AB_CellPhoneProduct_List2_free@Base 4.0.0
+ AB_CellPhoneProduct_List2_freeAll@Base 4.0.0
+ AB_CellPhoneProduct_List2_new@Base 4.0.0
+ AB_CellPhoneProduct_List_Add@Base 4.0.0
+ AB_CellPhoneProduct_List_AddList@Base 4.0.0
+ AB_CellPhoneProduct_List_Clear@Base 4.0.0
+ AB_CellPhoneProduct_List_Del@Base 4.0.0
+ AB_CellPhoneProduct_List_First@Base 4.0.0
+ AB_CellPhoneProduct_List_GetCount@Base 4.0.0
+ AB_CellPhoneProduct_List_HasElement@Base 4.0.0
+ AB_CellPhoneProduct_List_Insert@Base 4.0.0
+ AB_CellPhoneProduct_List_Last@Base 4.0.0
+ AB_CellPhoneProduct_List_Next@Base 4.0.0
+ AB_CellPhoneProduct_List_Previous@Base 4.0.0
+ AB_CellPhoneProduct_List_dup@Base 4.0.0
+ AB_CellPhoneProduct_List_free@Base 4.0.0
+ AB_CellPhoneProduct_List_new@Base 4.0.0
+ AB_CellPhoneProduct_ReadDb@Base 4.0.0
+ AB_CellPhoneProduct_SetAllowFreeValue@Base 4.0.0
+ AB_CellPhoneProduct_SetId@Base 4.0.0
+ AB_CellPhoneProduct_SetMaximumValue@Base 4.0.0
+ AB_CellPhoneProduct_SetMinimumValue@Base 4.0.0
+ AB_CellPhoneProduct_SetModified@Base 4.0.0
+ AB_CellPhoneProduct_SetProductName@Base 4.0.0
+ AB_CellPhoneProduct_SetProviderName@Base 4.0.0
+ AB_CellPhoneProduct_SetValues@Base 4.0.0
+ AB_CellPhoneProduct_dup@Base 4.0.0
+ AB_CellPhoneProduct_free@Base 4.0.0
+ AB_CellPhoneProduct_fromDb@Base 4.0.0
+ AB_CellPhoneProduct_new@Base 4.0.0
+ AB_CellPhoneProduct_toDb@Base 4.0.0
+ AB_Country_ConstList2Iterator_Data@Base 4.0.0
+ AB_Country_ConstList2Iterator_Next@Base 4.0.0
+ AB_Country_ConstList2Iterator_Previous@Base 4.0.0
+ AB_Country_ConstList2Iterator_free@Base 4.0.0
+ AB_Country_ConstList2Iterator_new@Base 4.0.0
+ AB_Country_ConstList2_Clear@Base 4.0.0
+ AB_Country_ConstList2_Contains@Base 4.0.0
+ AB_Country_ConstList2_FindIter@Base 4.0.0
+ AB_Country_ConstList2_First@Base 4.0.0
+ AB_Country_ConstList2_ForEach@Base 4.0.0
+ AB_Country_ConstList2_GetBack@Base 4.0.0
+ AB_Country_ConstList2_GetFront@Base 4.0.0
+ AB_Country_ConstList2_GetSize@Base 4.0.0
+ AB_Country_ConstList2_IsEmpty@Base 4.0.0
+ AB_Country_ConstList2_Last@Base 4.0.0
+ AB_Country_ConstList2_PopBack@Base 4.0.0
+ AB_Country_ConstList2_PopFront@Base 4.0.0
+ AB_Country_ConstList2_PushBack@Base 4.0.0
+ AB_Country_ConstList2_PushFront@Base 4.0.0
+ AB_Country_ConstList2_Remove@Base 4.0.0
+ AB_Country_ConstList2_free@Base 4.0.0
+ AB_Country_ConstList2_new@Base 4.0.0
+ AB_Country_GetCode@Base 4.0.0
+ AB_Country_GetCurrencyCode@Base 4.0.0
+ AB_Country_GetCurrencyName@Base 4.0.0
+ AB_Country_GetLocalCurrencyName@Base 4.0.0
+ AB_Country_GetLocalName@Base 4.0.0
+ AB_Country_GetName@Base 4.0.0
+ AB_Country_GetNumericCode@Base 4.0.0
+ AB_EuTransferInfo_Attach@Base 4.0.0
+ AB_EuTransferInfo_GetCountryCode@Base 4.0.0
+ AB_EuTransferInfo_GetFieldLimits@Base 4.0.0
+ AB_EuTransferInfo_GetLimitForeignValue@Base 4.0.0
+ AB_EuTransferInfo_GetLimitLocalValue@Base 4.0.0
+ AB_EuTransferInfo_IsModified@Base 4.0.0
+ AB_EuTransferInfo_List2Iterator_Data@Base 4.0.0
+ AB_EuTransferInfo_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_EuTransferInfo_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_EuTransferInfo_List2Iterator_Next@Base 4.0.0
+ AB_EuTransferInfo_List2Iterator_Previous@Base 4.0.0
+ AB_EuTransferInfo_List2Iterator_free@Base 4.0.0
+ AB_EuTransferInfo_List2Iterator_new@Base 4.0.0
+ AB_EuTransferInfo_List2_Clear@Base 4.0.0
+ AB_EuTransferInfo_List2_Contains@Base 4.0.0
+ AB_EuTransferInfo_List2_Dump@Base 4.0.0
+ AB_EuTransferInfo_List2_Erase@Base 4.0.0
+ AB_EuTransferInfo_List2_FindIter@Base 4.0.0
+ AB_EuTransferInfo_List2_First@Base 4.0.0
+ AB_EuTransferInfo_List2_ForEach@Base 4.0.0
+ AB_EuTransferInfo_List2_GetBack@Base 4.0.0
+ AB_EuTransferInfo_List2_GetFront@Base 4.0.0
+ AB_EuTransferInfo_List2_GetSize@Base 4.0.0
+ AB_EuTransferInfo_List2_IsEmpty@Base 4.0.0
+ AB_EuTransferInfo_List2_Last@Base 4.0.0
+ AB_EuTransferInfo_List2_PopBack@Base 4.0.0
+ AB_EuTransferInfo_List2_PopFront@Base 4.0.0
+ AB_EuTransferInfo_List2_PushBack@Base 4.0.0
+ AB_EuTransferInfo_List2_PushFront@Base 4.0.0
+ AB_EuTransferInfo_List2_Remove@Base 4.0.0
+ AB_EuTransferInfo_List2_Unshare@Base 4.0.0
+ AB_EuTransferInfo_List2_dup@Base 4.0.0
+ AB_EuTransferInfo_List2_free@Base 4.0.0
+ AB_EuTransferInfo_List2_freeAll@Base 4.0.0
+ AB_EuTransferInfo_List2_new@Base 4.0.0
+ AB_EuTransferInfo_List_Add@Base 4.0.0
+ AB_EuTransferInfo_List_AddList@Base 4.0.0
+ AB_EuTransferInfo_List_Clear@Base 4.0.0
+ AB_EuTransferInfo_List_Del@Base 4.0.0
+ AB_EuTransferInfo_List_First@Base 4.0.0
+ AB_EuTransferInfo_List_GetCount@Base 4.0.0
+ AB_EuTransferInfo_List_HasElement@Base 4.0.0
+ AB_EuTransferInfo_List_Insert@Base 4.0.0
+ AB_EuTransferInfo_List_Last@Base 4.0.0
+ AB_EuTransferInfo_List_Next@Base 4.0.0
+ AB_EuTransferInfo_List_Previous@Base 4.0.0
+ AB_EuTransferInfo_List_dup@Base 4.0.0
+ AB_EuTransferInfo_List_free@Base 4.0.0
+ AB_EuTransferInfo_List_new@Base 4.0.0
+ AB_EuTransferInfo_ReadDb@Base 4.0.0
+ AB_EuTransferInfo_SetCountryCode@Base 4.0.0
+ AB_EuTransferInfo_SetFieldLimits@Base 4.0.0
+ AB_EuTransferInfo_SetLimitForeignValue@Base 4.0.0
+ AB_EuTransferInfo_SetLimitLocalValue@Base 4.0.0
+ AB_EuTransferInfo_SetModified@Base 4.0.0
+ AB_EuTransferInfo_dup@Base 4.0.0
+ AB_EuTransferInfo_free@Base 4.0.0
+ AB_EuTransferInfo_fromDb@Base 4.0.0
+ AB_EuTransferInfo_new@Base 4.0.0
+ AB_EuTransferInfo_toDb@Base 4.0.0
+ AB_Gui_Extend@Base 4.1.0
+ AB_Gui_Unextend@Base 4.1.0
+ AB_Gui_new@Base 4.1.0
+ AB_HttpSession_ClearLog@Base 4.0.0
+ AB_HttpSession_GetLog@Base 4.0.0
+ AB_HttpSession_GetProvider@Base 4.0.0
+ AB_HttpSession_GetUser@Base 4.0.0
+ AB_HttpSession_new@Base 4.0.0
+ AB_IMEXPORTER__INHERIT_GETLIST@Base 4.0.0
+ AB_IMEXPORTER__INHERIT_ISOFTYPE@Base 4.0.0
+ AB_IMEXPORTER__INHERIT_SETDATA@Base 4.0.0
+ AB_IMEXPORTER__INHERIT_UNLINK@Base 4.0.0
+ AB_ImExporterAccountInfo_AddAccountStatus@Base 4.0.0
+ AB_ImExporterAccountInfo_AddDatedTransfer@Base 4.0.0
+ AB_ImExporterAccountInfo_AddNotedTransaction@Base 4.0.0
+ AB_ImExporterAccountInfo_AddStandingOrder@Base 4.0.0
+ AB_ImExporterAccountInfo_AddTransaction@Base 4.0.0
+ AB_ImExporterAccountInfo_AddTransfer@Base 4.0.0
+ AB_ImExporterAccountInfo_FillFromAccount@Base 4.0.0
+ AB_ImExporterAccountInfo_GetAccountId@Base 4.0.0
+ AB_ImExporterAccountInfo_GetAccountName@Base 4.0.0
+ AB_ImExporterAccountInfo_GetAccountNumber@Base 4.0.0
+ AB_ImExporterAccountInfo_GetBankCode@Base 4.0.0
+ AB_ImExporterAccountInfo_GetBankName@Base 4.0.0
+ AB_ImExporterAccountInfo_GetBic@Base 4.0.0
+ AB_ImExporterAccountInfo_GetCurrency@Base 4.0.0
+ AB_ImExporterAccountInfo_GetDatedTransferCount@Base 4.0.0
+ AB_ImExporterAccountInfo_GetDescription@Base 4.0.0
+ AB_ImExporterAccountInfo_GetFirstAccountStatus@Base 4.0.0
+ AB_ImExporterAccountInfo_GetFirstDatedTransfer@Base 4.0.0
+ AB_ImExporterAccountInfo_GetFirstNotedTransaction@Base 4.0.0
+ AB_ImExporterAccountInfo_GetFirstStandingOrder@Base 4.0.0
+ AB_ImExporterAccountInfo_GetFirstTransaction@Base 4.0.0
+ AB_ImExporterAccountInfo_GetFirstTransfer@Base 4.0.0
+ AB_ImExporterAccountInfo_GetIban@Base 4.0.0
+ AB_ImExporterAccountInfo_GetNextAccountStatus@Base 4.0.0
+ AB_ImExporterAccountInfo_GetNextDatedTransfer@Base 4.0.0
+ AB_ImExporterAccountInfo_GetNextNotedTransaction@Base 4.0.0
+ AB_ImExporterAccountInfo_GetNextStandingOrder@Base 4.0.0
+ AB_ImExporterAccountInfo_GetNextTransaction@Base 4.0.0
+ AB_ImExporterAccountInfo_GetNextTransfer@Base 4.0.0
+ AB_ImExporterAccountInfo_GetNotedTransactionCount@Base 4.0.0
+ AB_ImExporterAccountInfo_GetOwner@Base 4.0.0
+ AB_ImExporterAccountInfo_GetStandingOrderCount@Base 4.0.0
+ AB_ImExporterAccountInfo_GetTransactionCount@Base 4.0.0
+ AB_ImExporterAccountInfo_GetTransferCount@Base 4.0.0
+ AB_ImExporterAccountInfo_GetType@Base 4.0.0
+ AB_ImExporterAccountInfo_List_Add@Base 4.0.0
+ AB_ImExporterAccountInfo_List_AddList@Base 4.0.0
+ AB_ImExporterAccountInfo_List_Clear@Base 4.0.0
+ AB_ImExporterAccountInfo_List_Del@Base 4.0.0
+ AB_ImExporterAccountInfo_List_First@Base 4.0.0
+ AB_ImExporterAccountInfo_List_GetCount@Base 4.0.0
+ AB_ImExporterAccountInfo_List_HasElement@Base 4.0.0
+ AB_ImExporterAccountInfo_List_Insert@Base 4.0.0
+ AB_ImExporterAccountInfo_List_Last@Base 4.0.0
+ AB_ImExporterAccountInfo_List_Next@Base 4.0.0
+ AB_ImExporterAccountInfo_List_Previous@Base 4.0.0
+ AB_ImExporterAccountInfo_List_free@Base 4.0.0
+ AB_ImExporterAccountInfo_List_new@Base 4.0.0
+ AB_ImExporterAccountInfo_SetAccountId@Base 4.0.0
+ AB_ImExporterAccountInfo_SetAccountName@Base 4.0.0
+ AB_ImExporterAccountInfo_SetAccountNumber@Base 4.0.0
+ AB_ImExporterAccountInfo_SetBankCode@Base 4.0.0
+ AB_ImExporterAccountInfo_SetBankName@Base 4.0.0
+ AB_ImExporterAccountInfo_SetBic@Base 4.0.0
+ AB_ImExporterAccountInfo_SetCurrency@Base 4.0.0
+ AB_ImExporterAccountInfo_SetDescription@Base 4.0.0
+ AB_ImExporterAccountInfo_SetIban@Base 4.0.0
+ AB_ImExporterAccountInfo_SetOwner@Base 4.0.0
+ AB_ImExporterAccountInfo_SetType@Base 4.0.0
+ AB_ImExporterAccountInfo_TransactionsForEach@Base 4.0.0
+ AB_ImExporterAccountInfo_dup@Base 4.0.0
+ AB_ImExporterAccountInfo_free@Base 4.0.0
+ AB_ImExporterAccountInfo_new@Base 4.0.0
+ AB_ImExporterContext_AccountInfoForEach@Base 4.0.0
+ AB_ImExporterContext_AddAccountInfo@Base 4.0.0
+ AB_ImExporterContext_AddContext@Base 4.0.0
+ AB_ImExporterContext_AddDatedTransfer@Base 4.0.0
+ AB_ImExporterContext_AddLog@Base 4.0.0
+ AB_ImExporterContext_AddMessage@Base 4.0.0
+ AB_ImExporterContext_AddSecurity@Base 4.0.0
+ AB_ImExporterContext_AddStandingOrder@Base 4.0.0
+ AB_ImExporterContext_AddTransaction@Base 4.0.0
+ AB_ImExporterContext_AddTransfer@Base 4.0.0
+ AB_ImExporterContext_ClearLog@Base 4.0.0
+ AB_ImExporterContext_FindAccountInfo@Base 4.0.0
+ AB_ImExporterContext_FindSecurity@Base 4.0.0
+ AB_ImExporterContext_GetAccountInfo@Base 4.0.0
+ AB_ImExporterContext_GetAccountInfoCount@Base 4.0.0
+ AB_ImExporterContext_GetFirstAccountInfo@Base 4.0.0
+ AB_ImExporterContext_GetFirstMessage@Base 4.0.0
+ AB_ImExporterContext_GetFirstSecurity@Base 4.0.0
+ AB_ImExporterContext_GetLog@Base 4.0.0
+ AB_ImExporterContext_GetNextAccountInfo@Base 4.0.0
+ AB_ImExporterContext_GetNextMessage@Base 4.0.0
+ AB_ImExporterContext_GetNextSecurity@Base 4.0.0
+ AB_ImExporterContext_ReadDb@Base 4.0.0
+ AB_ImExporterContext_free@Base 4.0.0
+ AB_ImExporterContext_fromDb@Base 4.0.0
+ AB_ImExporterContext_new@Base 4.0.0
+ AB_ImExporterContext_toDb@Base 4.0.0
+ AB_ImExporter_CheckFile@Base 4.0.0
+ AB_ImExporter_DateFromString@Base 4.0.0
+ AB_ImExporter_DbFromIso8859_1ToUtf8@Base 4.0.0
+ AB_ImExporter_DtaToUtf8@Base 4.0.0
+ AB_ImExporter_Export@Base 4.0.0
+ AB_ImExporter_ExportToBuffer@Base 4.1.0
+ AB_ImExporter_GetBanking@Base 4.0.0
+ AB_ImExporter_GetName@Base 4.0.0
+ AB_ImExporter_Import@Base 4.0.0
+ AB_ImExporter_ImportBuffer@Base 4.0.0
+ AB_ImExporter_ImportFile@Base 4.0.0
+ AB_ImExporter_Iso8859_1ToUtf8@Base 4.0.0
+ AB_ImExporter_List_Add@Base 4.0.0
+ AB_ImExporter_List_AddList@Base 4.0.0
+ AB_ImExporter_List_Clear@Base 4.0.0
+ AB_ImExporter_List_Del@Base 4.0.0
+ AB_ImExporter_List_First@Base 4.0.0
+ AB_ImExporter_List_GetCount@Base 4.0.0
+ AB_ImExporter_List_HasElement@Base 4.0.0
+ AB_ImExporter_List_Insert@Base 4.0.0
+ AB_ImExporter_List_Last@Base 4.0.0
+ AB_ImExporter_List_Next@Base 4.0.0
+ AB_ImExporter_List_Previous@Base 4.0.0
+ AB_ImExporter_List_free@Base 4.0.0
+ AB_ImExporter_List_new@Base 4.0.0
+ AB_ImExporter_SetCheckFileFn@Base 4.0.0
+ AB_ImExporter_SetExportFn@Base 4.0.0
+ AB_ImExporter_SetImportFn@Base 4.0.0
+ AB_ImExporter_Utf8ToDta@Base 4.0.0
+ AB_ImExporter_free@Base 4.0.0
+ AB_ImExporter_new@Base 4.0.0
+ AB_JobCreateDatedTransfer_GetFieldLimits@Base 4.0.0
+ AB_JobCreateDatedTransfer_GetTransaction@Base 4.0.0
+ AB_JobCreateDatedTransfer_SetFieldLimits@Base 4.0.0
+ AB_JobCreateDatedTransfer_SetTransaction@Base 4.0.0
+ AB_JobCreateDatedTransfer_new@Base 4.0.0
+ AB_JobCreateStandingOrder_GetFieldLimits@Base 4.0.0
+ AB_JobCreateStandingOrder_GetTransaction@Base 4.0.0
+ AB_JobCreateStandingOrder_SetFieldLimits@Base 4.0.0
+ AB_JobCreateStandingOrder_SetTransaction@Base 4.0.0
+ AB_JobCreateStandingOrder_new@Base 4.0.0
+ AB_JobDeleteDatedTransfer_GetFieldLimits@Base 4.0.0
+ AB_JobDeleteDatedTransfer_GetTransaction@Base 4.0.0
+ AB_JobDeleteDatedTransfer_SetFieldLimits@Base 4.0.0
+ AB_JobDeleteDatedTransfer_SetTransaction@Base 4.0.0
+ AB_JobDeleteDatedTransfer_new@Base 4.0.0
+ AB_JobDeleteStandingOrder_GetFieldLimits@Base 4.0.0
+ AB_JobDeleteStandingOrder_GetTransaction@Base 4.0.0
+ AB_JobDeleteStandingOrder_SetFieldLimits@Base 4.0.0
+ AB_JobDeleteStandingOrder_SetTransaction@Base 4.0.0
+ AB_JobDeleteStandingOrder_new@Base 4.0.0
+ AB_JobEuTransfer_FindCountryInfo@Base 4.0.0
+ AB_JobEuTransfer_GetChargeWhom@Base 4.0.0
+ AB_JobEuTransfer_GetCountryInfoList@Base 4.0.0
+ AB_JobEuTransfer_GetIbanAllowed@Base 4.0.0
+ AB_JobEuTransfer_GetTransaction@Base 4.0.0
+ AB_JobEuTransfer_SetChargeWhom@Base 4.0.0
+ AB_JobEuTransfer_SetCountryInfoList@Base 4.0.0
+ AB_JobEuTransfer_SetIbanAllowed@Base 4.0.0
+ AB_JobEuTransfer_SetTransaction@Base 4.0.0
+ AB_JobEuTransfer_new@Base 4.0.0
+ AB_JobGetBalance_GetAccountStatus@Base 4.0.0
+ AB_JobGetBalance_new@Base 4.0.0
+ AB_JobGetDatedTransfers_GetDatedTransfers@Base 4.0.0
+ AB_JobGetDatedTransfers_new@Base 4.0.0
+ AB_JobGetStandingOrders_GetStandingOrders@Base 4.0.0
+ AB_JobGetStandingOrders_new@Base 4.0.0
+ AB_JobGetTransactions_GetAccountStatusList@Base 4.0.0
+ AB_JobGetTransactions_GetFromTime@Base 4.0.0
+ AB_JobGetTransactions_GetMaxStoreDays@Base 4.0.0
+ AB_JobGetTransactions_GetToTime@Base 4.0.0
+ AB_JobGetTransactions_GetTransactions@Base 4.0.0
+ AB_JobGetTransactions_SetFromTime@Base 4.0.0
+ AB_JobGetTransactions_SetMaxStoreDays@Base 4.0.0
+ AB_JobGetTransactions_SetToTime@Base 4.0.0
+ AB_JobGetTransactions_new@Base 4.0.0
+ AB_JobInternalTransfer_GetFieldLimits@Base 4.0.0
+ AB_JobInternalTransfer_GetTransaction@Base 4.0.0
+ AB_JobInternalTransfer_SetFieldLimits@Base 4.0.0
+ AB_JobInternalTransfer_SetTransaction@Base 4.0.0
+ AB_JobInternalTransfer_new@Base 4.0.0
+ AB_JobLoadCellPhone_GetCellPhoneProduct@Base 4.0.0
+ AB_JobLoadCellPhone_GetCellPhoneProductList@Base 4.0.0
+ AB_JobLoadCellPhone_GetPhoneNumber@Base 4.0.0
+ AB_JobLoadCellPhone_GetValue@Base 4.0.0
+ AB_JobLoadCellPhone_SetCellPhoneProduct@Base 4.0.0
+ AB_JobLoadCellPhone_SetPhoneNumber@Base 4.0.0
+ AB_JobLoadCellPhone_SetProductList@Base 4.0.0
+ AB_JobLoadCellPhone_SetValue@Base 4.0.0
+ AB_JobLoadCellPhone_new@Base 4.0.0
+ AB_JobModifyDatedTransfer_GetFieldLimits@Base 4.0.0
+ AB_JobModifyDatedTransfer_GetTransaction@Base 4.0.0
+ AB_JobModifyDatedTransfer_SetFieldLimits@Base 4.0.0
+ AB_JobModifyDatedTransfer_SetTransaction@Base 4.0.0
+ AB_JobModifyDatedTransfer_new@Base 4.0.0
+ AB_JobModifyStandingOrder_GetFieldLimits@Base 4.0.0
+ AB_JobModifyStandingOrder_GetTransaction@Base 4.0.0
+ AB_JobModifyStandingOrder_SetFieldLimits@Base 4.0.0
+ AB_JobModifyStandingOrder_SetTransaction@Base 4.0.0
+ AB_JobModifyStandingOrder_new@Base 4.0.0
+ AB_JobSepaDebitNote_GetFieldLimits@Base 4.0.0
+ AB_JobSepaDebitNote_GetTransaction@Base 4.0.0
+ AB_JobSepaDebitNote_SetFieldLimits@Base 4.0.0
+ AB_JobSepaDebitNote_SetTransaction@Base 4.0.0
+ AB_JobSepaDebitNote_new@Base 4.0.0
+ AB_JobSepaTransfer_GetFieldLimits@Base 4.0.0
+ AB_JobSepaTransfer_GetTransaction@Base 4.0.0
+ AB_JobSepaTransfer_SetFieldLimits@Base 4.0.0
+ AB_JobSepaTransfer_SetTransaction@Base 4.0.0
+ AB_JobSepaTransfer_new@Base 4.0.0
+ AB_JobSingleDebitNote_GetFieldLimits@Base 4.0.0
+ AB_JobSingleDebitNote_GetTransaction@Base 4.0.0
+ AB_JobSingleDebitNote_SetFieldLimits@Base 4.0.0
+ AB_JobSingleDebitNote_SetTransaction@Base 4.0.0
+ AB_JobSingleDebitNote_new@Base 4.0.0
+ AB_JobSingleTransfer_GetFieldLimits@Base 4.0.0
+ AB_JobSingleTransfer_GetTransaction@Base 4.0.0
+ AB_JobSingleTransfer_SetFieldLimits@Base 4.0.0
+ AB_JobSingleTransfer_SetTransaction@Base 4.0.0
+ AB_JobSingleTransfer_new@Base 4.0.0
+ AB_Job_Attach@Base 4.0.0
+ AB_Job_Char2Status@Base 4.0.0
+ AB_Job_Char2Type@Base 4.0.0
+ AB_Job_CheckAvailability@Base 4.0.0
+ AB_Job_DateFromDb@Base 4.0.0
+ AB_Job_DateOnlyFromDb@Base 4.0.0
+ AB_Job_DateOnlyToDb@Base 4.0.0
+ AB_Job_DateToDb@Base 4.0.0
+ AB_Job_GetAccount@Base 4.0.0
+ AB_Job_GetAppData@Base 4.0.0
+ AB_Job_GetCreatedBy@Base 4.0.0
+ AB_Job_GetIdForProvider@Base 4.0.0
+ AB_Job_GetJobId@Base 4.0.0
+ AB_Job_GetLastStatusChange@Base 4.0.0
+ AB_Job_GetLogs@Base 4.0.0
+ AB_Job_GetProviderData@Base 4.0.0
+ AB_Job_GetResultText@Base 4.0.0
+ AB_Job_GetStatus@Base 4.0.0
+ AB_Job_GetType@Base 4.0.0
+ AB_Job_GetUsedTan@Base 4.0.0
+ AB_Job_List2Iterator_Data@Base 4.0.0
+ AB_Job_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_Job_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_Job_List2Iterator_Next@Base 4.0.0
+ AB_Job_List2Iterator_Previous@Base 4.0.0
+ AB_Job_List2Iterator_free@Base 4.0.0
+ AB_Job_List2Iterator_new@Base 4.0.0
+ AB_Job_List2_Clear@Base 4.0.0
+ AB_Job_List2_ClearAll@Base 4.0.0
+ AB_Job_List2_Contains@Base 4.0.0
+ AB_Job_List2_Dump@Base 4.0.0
+ AB_Job_List2_Erase@Base 4.0.0
+ AB_Job_List2_FindIter@Base 4.0.0
+ AB_Job_List2_First@Base 4.0.0
+ AB_Job_List2_ForEach@Base 4.0.0
+ AB_Job_List2_FreeAll@Base 4.0.0
+ AB_Job_List2_GetBack@Base 4.0.0
+ AB_Job_List2_GetFront@Base 4.0.0
+ AB_Job_List2_GetSize@Base 4.0.0
+ AB_Job_List2_IsEmpty@Base 4.0.0
+ AB_Job_List2_Last@Base 4.0.0
+ AB_Job_List2_PopBack@Base 4.0.0
+ AB_Job_List2_PopFront@Base 4.0.0
+ AB_Job_List2_PushBack@Base 4.0.0
+ AB_Job_List2_PushFront@Base 4.0.0
+ AB_Job_List2_Remove@Base 4.0.0
+ AB_Job_List2_Unshare@Base 4.0.0
+ AB_Job_List2_dup@Base 4.0.0
+ AB_Job_List2_free@Base 4.0.0
+ AB_Job_List2_new@Base 4.0.0
+ AB_Job_Log@Base 4.0.0
+ AB_Job_LogRaw@Base 4.0.0
+ AB_Job_SetIdForProvider@Base 4.0.0
+ AB_Job_SetResultText@Base 4.0.0
+ AB_Job_SetStatus@Base 4.0.0
+ AB_Job_SetUsedTan@Base 4.0.0
+ AB_Job_Status2Char@Base 4.0.0
+ AB_Job_Type2Char@Base 4.0.0
+ AB_Job_Type2LocalChar@Base 4.0.0
+ AB_Job_free@Base 4.0.0
+ AB_Message_Attach@Base 4.0.0
+ AB_Message_GetDateReceived@Base 4.0.0
+ AB_Message_GetSubject@Base 4.0.0
+ AB_Message_GetText@Base 4.0.0
+ AB_Message_IsModified@Base 4.0.0
+ AB_Message_List2Iterator_Data@Base 4.0.0
+ AB_Message_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_Message_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_Message_List2Iterator_Next@Base 4.0.0
+ AB_Message_List2Iterator_Previous@Base 4.0.0
+ AB_Message_List2Iterator_free@Base 4.0.0
+ AB_Message_List2Iterator_new@Base 4.0.0
+ AB_Message_List2_Clear@Base 4.0.0
+ AB_Message_List2_Contains@Base 4.0.0
+ AB_Message_List2_Dump@Base 4.0.0
+ AB_Message_List2_Erase@Base 4.0.0
+ AB_Message_List2_FindIter@Base 4.0.0
+ AB_Message_List2_First@Base 4.0.0
+ AB_Message_List2_ForEach@Base 4.0.0
+ AB_Message_List2_GetBack@Base 4.0.0
+ AB_Message_List2_GetFront@Base 4.0.0
+ AB_Message_List2_GetSize@Base 4.0.0
+ AB_Message_List2_IsEmpty@Base 4.0.0
+ AB_Message_List2_Last@Base 4.0.0
+ AB_Message_List2_PopBack@Base 4.0.0
+ AB_Message_List2_PopFront@Base 4.0.0
+ AB_Message_List2_PushBack@Base 4.0.0
+ AB_Message_List2_PushFront@Base 4.0.0
+ AB_Message_List2_Remove@Base 4.0.0
+ AB_Message_List2_Unshare@Base 4.0.0
+ AB_Message_List2_dup@Base 4.0.0
+ AB_Message_List2_free@Base 4.0.0
+ AB_Message_List2_freeAll@Base 4.0.0
+ AB_Message_List2_new@Base 4.0.0
+ AB_Message_List_Add@Base 4.0.0
+ AB_Message_List_AddList@Base 4.0.0
+ AB_Message_List_Clear@Base 4.0.0
+ AB_Message_List_Del@Base 4.0.0
+ AB_Message_List_First@Base 4.0.0
+ AB_Message_List_GetCount@Base 4.0.0
+ AB_Message_List_HasElement@Base 4.0.0
+ AB_Message_List_Insert@Base 4.0.0
+ AB_Message_List_Last@Base 4.0.0
+ AB_Message_List_Next@Base 4.0.0
+ AB_Message_List_Previous@Base 4.0.0
+ AB_Message_List_dup@Base 4.0.0
+ AB_Message_List_free@Base 4.0.0
+ AB_Message_List_new@Base 4.0.0
+ AB_Message_ReadDb@Base 4.0.0
+ AB_Message_SetDateReceived@Base 4.0.0
+ AB_Message_SetModified@Base 4.0.0
+ AB_Message_SetSubject@Base 4.0.0
+ AB_Message_SetText@Base 4.0.0
+ AB_Message_dup@Base 4.0.0
+ AB_Message_free@Base 4.0.0
+ AB_Message_fromDb@Base 4.0.0
+ AB_Message_new@Base 4.0.0
+ AB_Message_toDb@Base 4.0.0
+ AB_MsgEngine_new@Base 4.0.0
+ AB_PROVIDER__INHERIT_GETLIST@Base 4.0.0
+ AB_PROVIDER__INHERIT_ISOFTYPE@Base 4.0.0
+ AB_PROVIDER__INHERIT_SETDATA@Base 4.0.0
+ AB_PROVIDER__INHERIT_UNLINK@Base 4.0.0
+ AB_Pin_GetHash@Base 4.0.0
+ AB_Pin_GetStatus@Base 4.0.0
+ AB_Pin_GetToken@Base 4.0.0
+ AB_Pin_GetValue@Base 4.0.0
+ AB_Pin_SetHash@Base 4.0.0
+ AB_Pin_SetStatus@Base 4.0.0
+ AB_Pin_SetToken@Base 4.0.0
+ AB_Pin_SetValue@Base 4.0.0
+ AB_Plugin_BankInfo_Factory@Base 4.0.0
+ AB_Plugin_BankInfo_SetFactoryFn@Base 4.0.0
+ AB_Plugin_BankInfo_new@Base 4.0.0
+ AB_Plugin_ImExporter_Factory@Base 4.0.0
+ AB_Plugin_ImExporter_SetFactoryFn@Base 4.0.0
+ AB_Plugin_ImExporter_new@Base 4.0.0
+ AB_Plugin_Provider_Factory@Base 4.0.0
+ AB_Plugin_Provider_SetFactoryFn@Base 4.0.0
+ AB_Plugin_Provider_new@Base 4.0.0
+ AB_Provider_AddJob@Base 4.0.0
+ AB_Provider_Execute@Base 4.0.0
+ AB_Provider_ExtendAccount@Base 4.0.0
+ AB_Provider_ExtendUser@Base 4.0.0
+ AB_Provider_Fini@Base 4.0.0
+ AB_Provider_GetBanking@Base 4.0.0
+ AB_Provider_GetEscapedName@Base 4.0.0
+ AB_Provider_GetFlags@Base 4.0.0
+ AB_Provider_GetName@Base 4.0.0
+ AB_Provider_GetUserDataDir@Base 4.0.0
+ AB_Provider_Init@Base 4.0.0
+ AB_Provider_IsInit@Base 4.0.0
+ AB_Provider_ResetQueue@Base 4.0.0
+ AB_Provider_SetAddJobFn@Base 4.0.0
+ AB_Provider_SetExecuteFn@Base 4.0.0
+ AB_Provider_SetExtendAccountFn@Base 4.0.0
+ AB_Provider_SetExtendUserFn@Base 4.0.0
+ AB_Provider_SetFiniFn@Base 4.0.0
+ AB_Provider_SetInitFn@Base 4.0.0
+ AB_Provider_SetResetQueueFn@Base 4.0.0
+ AB_Provider_SetUpdateFn@Base 4.0.0
+ AB_Provider_SetUpdateJobFn@Base 4.0.0
+ AB_Provider_Update@Base 4.0.0
+ AB_Provider_UpdateJob@Base 4.0.0
+ AB_Provider_new@Base 4.0.0
+ AB_Security_Attach@Base 4.0.0
+ AB_Security_GetName@Base 4.0.0
+ AB_Security_GetNameSpace@Base 4.0.0
+ AB_Security_GetTickerSymbol@Base 4.0.0
+ AB_Security_GetUniqueId@Base 4.0.0
+ AB_Security_GetUnitPriceDate@Base 4.0.0
+ AB_Security_GetUnitPriceValue@Base 4.0.0
+ AB_Security_GetUnits@Base 4.0.0
+ AB_Security_IsModified@Base 4.0.0
+ AB_Security_List2Iterator_Data@Base 4.0.0
+ AB_Security_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_Security_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_Security_List2Iterator_Next@Base 4.0.0
+ AB_Security_List2Iterator_Previous@Base 4.0.0
+ AB_Security_List2Iterator_free@Base 4.0.0
+ AB_Security_List2Iterator_new@Base 4.0.0
+ AB_Security_List2_Clear@Base 4.0.0
+ AB_Security_List2_Contains@Base 4.0.0
+ AB_Security_List2_Dump@Base 4.0.0
+ AB_Security_List2_Erase@Base 4.0.0
+ AB_Security_List2_FindIter@Base 4.0.0
+ AB_Security_List2_First@Base 4.0.0
+ AB_Security_List2_ForEach@Base 4.0.0
+ AB_Security_List2_GetBack@Base 4.0.0
+ AB_Security_List2_GetFront@Base 4.0.0
+ AB_Security_List2_GetSize@Base 4.0.0
+ AB_Security_List2_IsEmpty@Base 4.0.0
+ AB_Security_List2_Last@Base 4.0.0
+ AB_Security_List2_PopBack@Base 4.0.0
+ AB_Security_List2_PopFront@Base 4.0.0
+ AB_Security_List2_PushBack@Base 4.0.0
+ AB_Security_List2_PushFront@Base 4.0.0
+ AB_Security_List2_Remove@Base 4.0.0
+ AB_Security_List2_Unshare@Base 4.0.0
+ AB_Security_List2_dup@Base 4.0.0
+ AB_Security_List2_free@Base 4.0.0
+ AB_Security_List2_freeAll@Base 4.0.0
+ AB_Security_List2_new@Base 4.0.0
+ AB_Security_List_Add@Base 4.0.0
+ AB_Security_List_AddList@Base 4.0.0
+ AB_Security_List_Clear@Base 4.0.0
+ AB_Security_List_Del@Base 4.0.0
+ AB_Security_List_First@Base 4.0.0
+ AB_Security_List_GetCount@Base 4.0.0
+ AB_Security_List_HasElement@Base 4.0.0
+ AB_Security_List_Insert@Base 4.0.0
+ AB_Security_List_Last@Base 4.0.0
+ AB_Security_List_Next@Base 4.0.0
+ AB_Security_List_Previous@Base 4.0.0
+ AB_Security_List_dup@Base 4.0.0
+ AB_Security_List_free@Base 4.0.0
+ AB_Security_List_new@Base 4.0.0
+ AB_Security_ReadDb@Base 4.0.0
+ AB_Security_SetModified@Base 4.0.0
+ AB_Security_SetName@Base 4.0.0
+ AB_Security_SetNameSpace@Base 4.0.0
+ AB_Security_SetTickerSymbol@Base 4.0.0
+ AB_Security_SetUniqueId@Base 4.0.0
+ AB_Security_SetUnitPriceDate@Base 4.0.0
+ AB_Security_SetUnitPriceValue@Base 4.0.0
+ AB_Security_SetUnits@Base 4.0.0
+ AB_Security_dup@Base 4.0.0
+ AB_Security_free@Base 4.0.0
+ AB_Security_fromDb@Base 4.0.0
+ AB_Security_new@Base 4.0.0
+ AB_Security_toDb@Base 4.0.0
+ AB_TRANSACTION__INHERIT_GETLIST@Base 4.0.0
+ AB_TRANSACTION__INHERIT_ISOFTYPE@Base 4.0.0
+ AB_TRANSACTION__INHERIT_SETDATA@Base 4.0.0
+ AB_TRANSACTION__INHERIT_UNLINK@Base 4.0.0
+ AB_TextKeyDescr_Attach@Base 4.0.0
+ AB_TextKeyDescr_GetDescr@Base 4.0.0
+ AB_TextKeyDescr_GetName@Base 4.0.0
+ AB_TextKeyDescr_GetValue@Base 4.0.0
+ AB_TextKeyDescr_IsModified@Base 4.0.0
+ AB_TextKeyDescr_List2Iterator_Data@Base 4.0.0
+ AB_TextKeyDescr_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_TextKeyDescr_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_TextKeyDescr_List2Iterator_Next@Base 4.0.0
+ AB_TextKeyDescr_List2Iterator_Previous@Base 4.0.0
+ AB_TextKeyDescr_List2Iterator_free@Base 4.0.0
+ AB_TextKeyDescr_List2Iterator_new@Base 4.0.0
+ AB_TextKeyDescr_List2_Clear@Base 4.0.0
+ AB_TextKeyDescr_List2_Contains@Base 4.0.0
+ AB_TextKeyDescr_List2_Dump@Base 4.0.0
+ AB_TextKeyDescr_List2_Erase@Base 4.0.0
+ AB_TextKeyDescr_List2_FindIter@Base 4.0.0
+ AB_TextKeyDescr_List2_First@Base 4.0.0
+ AB_TextKeyDescr_List2_ForEach@Base 4.0.0
+ AB_TextKeyDescr_List2_GetBack@Base 4.0.0
+ AB_TextKeyDescr_List2_GetFront@Base 4.0.0
+ AB_TextKeyDescr_List2_GetSize@Base 4.0.0
+ AB_TextKeyDescr_List2_IsEmpty@Base 4.0.0
+ AB_TextKeyDescr_List2_Last@Base 4.0.0
+ AB_TextKeyDescr_List2_PopBack@Base 4.0.0
+ AB_TextKeyDescr_List2_PopFront@Base 4.0.0
+ AB_TextKeyDescr_List2_PushBack@Base 4.0.0
+ AB_TextKeyDescr_List2_PushFront@Base 4.0.0
+ AB_TextKeyDescr_List2_Remove@Base 4.0.0
+ AB_TextKeyDescr_List2_Unshare@Base 4.0.0
+ AB_TextKeyDescr_List2_dup@Base 4.0.0
+ AB_TextKeyDescr_List2_free@Base 4.0.0
+ AB_TextKeyDescr_List2_freeAll@Base 4.0.0
+ AB_TextKeyDescr_List2_new@Base 4.0.0
+ AB_TextKeyDescr_List_Add@Base 4.0.0
+ AB_TextKeyDescr_List_AddList@Base 4.0.0
+ AB_TextKeyDescr_List_Clear@Base 4.0.0
+ AB_TextKeyDescr_List_Del@Base 4.0.0
+ AB_TextKeyDescr_List_First@Base 4.0.0
+ AB_TextKeyDescr_List_GetCount@Base 4.0.0
+ AB_TextKeyDescr_List_HasElement@Base 4.0.0
+ AB_TextKeyDescr_List_Insert@Base 4.0.0
+ AB_TextKeyDescr_List_Last@Base 4.0.0
+ AB_TextKeyDescr_List_Next@Base 4.0.0
+ AB_TextKeyDescr_List_Previous@Base 4.0.0
+ AB_TextKeyDescr_List_dup@Base 4.0.0
+ AB_TextKeyDescr_List_free@Base 4.0.0
+ AB_TextKeyDescr_List_new@Base 4.0.0
+ AB_TextKeyDescr_ReadDb@Base 4.0.0
+ AB_TextKeyDescr_SetDescr@Base 4.0.0
+ AB_TextKeyDescr_SetModified@Base 4.0.0
+ AB_TextKeyDescr_SetName@Base 4.0.0
+ AB_TextKeyDescr_SetValue@Base 4.0.0
+ AB_TextKeyDescr_dup@Base 4.0.0
+ AB_TextKeyDescr_free@Base 4.0.0
+ AB_TextKeyDescr_fromDb@Base 4.0.0
+ AB_TextKeyDescr_new@Base 4.0.0
+ AB_TextKeyDescr_toDb@Base 4.0.0
+ AB_TransactionLimits_AddValuesCycleMonth@Base 4.0.0
+ AB_TransactionLimits_AddValuesCycleWeek@Base 4.0.0
+ AB_TransactionLimits_AddValuesExecutionDayMonth@Base 4.0.0
+ AB_TransactionLimits_AddValuesExecutionDayWeek@Base 4.0.0
+ AB_TransactionLimits_AddValuesTextKey@Base 4.0.0
+ AB_TransactionLimits_Attach@Base 4.0.0
+ AB_TransactionLimits_ClearValuesCycleMonth@Base 4.0.0
+ AB_TransactionLimits_ClearValuesCycleWeek@Base 4.0.0
+ AB_TransactionLimits_ClearValuesExecutionDayMonth@Base 4.0.0
+ AB_TransactionLimits_ClearValuesExecutionDayWeek@Base 4.0.0
+ AB_TransactionLimits_ClearValuesTextKey@Base 4.0.0
+ AB_TransactionLimits_GetAllowChangeCycle@Base 4.0.0
+ AB_TransactionLimits_GetAllowChangeExecutionDay@Base 4.0.0
+ AB_TransactionLimits_GetAllowChangeFirstExecutionDate@Base 4.0.0
+ AB_TransactionLimits_GetAllowChangeLastExecutionDate@Base 4.0.0
+ AB_TransactionLimits_GetAllowChangePeriod@Base 4.0.0
+ AB_TransactionLimits_GetAllowChangePurpose@Base 4.0.0
+ AB_TransactionLimits_GetAllowChangeRecipientAccount@Base 4.0.0
+ AB_TransactionLimits_GetAllowChangeRecipientName@Base 4.0.0
+ AB_TransactionLimits_GetAllowChangeTextKey@Base 4.0.0
+ AB_TransactionLimits_GetAllowChangeValue@Base 4.0.0
+ AB_TransactionLimits_GetAllowMonthly@Base 4.0.0
+ AB_TransactionLimits_GetAllowWeekly@Base 4.0.0
+ AB_TransactionLimits_GetMaxLenBankReference@Base 4.0.0
+ AB_TransactionLimits_GetMaxLenCustomerReference@Base 4.0.0
+ AB_TransactionLimits_GetMaxLenLocalAccountNumber@Base 4.0.0
+ AB_TransactionLimits_GetMaxLenLocalBankCode@Base 4.0.0
+ AB_TransactionLimits_GetMaxLenLocalName@Base 4.0.0
+ AB_TransactionLimits_GetMaxLenLocalSuffix@Base 4.0.0
+ AB_TransactionLimits_GetMaxLenPurpose@Base 4.0.0
+ AB_TransactionLimits_GetMaxLenRemoteAccountNumber@Base 4.0.0
+ AB_TransactionLimits_GetMaxLenRemoteBankCode@Base 4.0.0
+ AB_TransactionLimits_GetMaxLenRemoteIban@Base 4.0.0
+ AB_TransactionLimits_GetMaxLenRemoteName@Base 4.0.0
+ AB_TransactionLimits_GetMaxLenRemoteSuffix@Base 4.0.0
+ AB_TransactionLimits_GetMaxLenTextKey@Base 4.0.0
+ AB_TransactionLimits_GetMaxLinesPurpose@Base 4.0.0
+ AB_TransactionLimits_GetMaxLinesRemoteName@Base 4.0.0
+ AB_TransactionLimits_GetMaxValueSetupTime@Base 4.0.0
+ AB_TransactionLimits_GetMinLenBankReference@Base 4.0.0
+ AB_TransactionLimits_GetMinLenCustomerReference@Base 4.0.0
+ AB_TransactionLimits_GetMinLenLocalAccountNumber@Base 4.0.0
+ AB_TransactionLimits_GetMinLenLocalBankCode@Base 4.0.0
+ AB_TransactionLimits_GetMinLenLocalName@Base 4.0.0
+ AB_TransactionLimits_GetMinLenLocalSuffix@Base 4.0.0
+ AB_TransactionLimits_GetMinLenPurpose@Base 4.0.0
+ AB_TransactionLimits_GetMinLenRemoteAccountNumber@Base 4.0.0
+ AB_TransactionLimits_GetMinLenRemoteBankCode@Base 4.0.0
+ AB_TransactionLimits_GetMinLenRemoteIban@Base 4.0.0
+ AB_TransactionLimits_GetMinLenRemoteName@Base 4.0.0
+ AB_TransactionLimits_GetMinLenRemoteSuffix@Base 4.0.0
+ AB_TransactionLimits_GetMinLenTextKey@Base 4.0.0
+ AB_TransactionLimits_GetMinLinesPurpose@Base 4.0.0
+ AB_TransactionLimits_GetMinLinesRemoteName@Base 4.0.0
+ AB_TransactionLimits_GetMinValueSetupTime@Base 4.0.0
+ AB_TransactionLimits_GetTextKeys@Base 4.0.0
+ AB_TransactionLimits_GetValuesCycleMonth@Base 4.0.0
+ AB_TransactionLimits_GetValuesCycleWeek@Base 4.0.0
+ AB_TransactionLimits_GetValuesExecutionDayMonth@Base 4.0.0
+ AB_TransactionLimits_GetValuesExecutionDayWeek@Base 4.0.0
+ AB_TransactionLimits_GetValuesTextKey@Base 4.0.0
+ AB_TransactionLimits_HasValuesCycleMonth@Base 4.0.0
+ AB_TransactionLimits_HasValuesCycleWeek@Base 4.0.0
+ AB_TransactionLimits_HasValuesExecutionDayMonth@Base 4.0.0
+ AB_TransactionLimits_HasValuesExecutionDayWeek@Base 4.0.0
+ AB_TransactionLimits_HasValuesTextKey@Base 4.0.0
+ AB_TransactionLimits_IsModified@Base 4.0.0
+ AB_TransactionLimits_List2Iterator_Data@Base 4.0.0
+ AB_TransactionLimits_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_TransactionLimits_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_TransactionLimits_List2Iterator_Next@Base 4.0.0
+ AB_TransactionLimits_List2Iterator_Previous@Base 4.0.0
+ AB_TransactionLimits_List2Iterator_free@Base 4.0.0
+ AB_TransactionLimits_List2Iterator_new@Base 4.0.0
+ AB_TransactionLimits_List2_Clear@Base 4.0.0
+ AB_TransactionLimits_List2_Contains@Base 4.0.0
+ AB_TransactionLimits_List2_Dump@Base 4.0.0
+ AB_TransactionLimits_List2_Erase@Base 4.0.0
+ AB_TransactionLimits_List2_FindIter@Base 4.0.0
+ AB_TransactionLimits_List2_First@Base 4.0.0
+ AB_TransactionLimits_List2_ForEach@Base 4.0.0
+ AB_TransactionLimits_List2_GetBack@Base 4.0.0
+ AB_TransactionLimits_List2_GetFront@Base 4.0.0
+ AB_TransactionLimits_List2_GetSize@Base 4.0.0
+ AB_TransactionLimits_List2_IsEmpty@Base 4.0.0
+ AB_TransactionLimits_List2_Last@Base 4.0.0
+ AB_TransactionLimits_List2_PopBack@Base 4.0.0
+ AB_TransactionLimits_List2_PopFront@Base 4.0.0
+ AB_TransactionLimits_List2_PushBack@Base 4.0.0
+ AB_TransactionLimits_List2_PushFront@Base 4.0.0
+ AB_TransactionLimits_List2_Remove@Base 4.0.0
+ AB_TransactionLimits_List2_Unshare@Base 4.0.0
+ AB_TransactionLimits_List2_dup@Base 4.0.0
+ AB_TransactionLimits_List2_free@Base 4.0.0
+ AB_TransactionLimits_List2_freeAll@Base 4.0.0
+ AB_TransactionLimits_List2_new@Base 4.0.0
+ AB_TransactionLimits_List_Add@Base 4.0.0
+ AB_TransactionLimits_List_AddList@Base 4.0.0
+ AB_TransactionLimits_List_Clear@Base 4.0.0
+ AB_TransactionLimits_List_Del@Base 4.0.0
+ AB_TransactionLimits_List_First@Base 4.0.0
+ AB_TransactionLimits_List_GetCount@Base 4.0.0
+ AB_TransactionLimits_List_HasElement@Base 4.0.0
+ AB_TransactionLimits_List_Insert@Base 4.0.0
+ AB_TransactionLimits_List_Last@Base 4.0.0
+ AB_TransactionLimits_List_Next@Base 4.0.0
+ AB_TransactionLimits_List_Previous@Base 4.0.0
+ AB_TransactionLimits_List_dup@Base 4.0.0
+ AB_TransactionLimits_List_free@Base 4.0.0
+ AB_TransactionLimits_List_new@Base 4.0.0
+ AB_TransactionLimits_ReadDb@Base 4.0.0
+ AB_TransactionLimits_RemoveValuesCycleMonth@Base 4.0.0
+ AB_TransactionLimits_RemoveValuesCycleWeek@Base 4.0.0
+ AB_TransactionLimits_RemoveValuesExecutionDayMonth@Base 4.0.0
+ AB_TransactionLimits_RemoveValuesExecutionDayWeek@Base 4.0.0
+ AB_TransactionLimits_RemoveValuesTextKey@Base 4.0.0
+ AB_TransactionLimits_SetAllowChangeCycle@Base 4.0.0
+ AB_TransactionLimits_SetAllowChangeExecutionDay@Base 4.0.0
+ AB_TransactionLimits_SetAllowChangeFirstExecutionDate@Base 4.0.0
+ AB_TransactionLimits_SetAllowChangeLastExecutionDate@Base 4.0.0
+ AB_TransactionLimits_SetAllowChangePeriod@Base 4.0.0
+ AB_TransactionLimits_SetAllowChangePurpose@Base 4.0.0
+ AB_TransactionLimits_SetAllowChangeRecipientAccount@Base 4.0.0
+ AB_TransactionLimits_SetAllowChangeRecipientName@Base 4.0.0
+ AB_TransactionLimits_SetAllowChangeTextKey@Base 4.0.0
+ AB_TransactionLimits_SetAllowChangeValue@Base 4.0.0
+ AB_TransactionLimits_SetAllowMonthly@Base 4.0.0
+ AB_TransactionLimits_SetAllowWeekly@Base 4.0.0
+ AB_TransactionLimits_SetMaxLenBankReference@Base 4.0.0
+ AB_TransactionLimits_SetMaxLenCustomerReference@Base 4.0.0
+ AB_TransactionLimits_SetMaxLenLocalAccountNumber@Base 4.0.0
+ AB_TransactionLimits_SetMaxLenLocalBankCode@Base 4.0.0
+ AB_TransactionLimits_SetMaxLenLocalName@Base 4.0.0
+ AB_TransactionLimits_SetMaxLenLocalSuffix@Base 4.0.0
+ AB_TransactionLimits_SetMaxLenPurpose@Base 4.0.0
+ AB_TransactionLimits_SetMaxLenRemoteAccountNumber@Base 4.0.0
+ AB_TransactionLimits_SetMaxLenRemoteBankCode@Base 4.0.0
+ AB_TransactionLimits_SetMaxLenRemoteIban@Base 4.0.0
+ AB_TransactionLimits_SetMaxLenRemoteName@Base 4.0.0
+ AB_TransactionLimits_SetMaxLenRemoteSuffix@Base 4.0.0
+ AB_TransactionLimits_SetMaxLenTextKey@Base 4.0.0
+ AB_TransactionLimits_SetMaxLinesPurpose@Base 4.0.0
+ AB_TransactionLimits_SetMaxLinesRemoteName@Base 4.0.0
+ AB_TransactionLimits_SetMaxValueSetupTime@Base 4.0.0
+ AB_TransactionLimits_SetMinLenBankReference@Base 4.0.0
+ AB_TransactionLimits_SetMinLenCustomerReference@Base 4.0.0
+ AB_TransactionLimits_SetMinLenLocalAccountNumber@Base 4.0.0
+ AB_TransactionLimits_SetMinLenLocalBankCode@Base 4.0.0
+ AB_TransactionLimits_SetMinLenLocalName@Base 4.0.0
+ AB_TransactionLimits_SetMinLenLocalSuffix@Base 4.0.0
+ AB_TransactionLimits_SetMinLenPurpose@Base 4.0.0
+ AB_TransactionLimits_SetMinLenRemoteAccountNumber@Base 4.0.0
+ AB_TransactionLimits_SetMinLenRemoteBankCode@Base 4.0.0
+ AB_TransactionLimits_SetMinLenRemoteIban@Base 4.0.0
+ AB_TransactionLimits_SetMinLenRemoteName@Base 4.0.0
+ AB_TransactionLimits_SetMinLenRemoteSuffix@Base 4.0.0
+ AB_TransactionLimits_SetMinLenTextKey@Base 4.0.0
+ AB_TransactionLimits_SetMinLinesPurpose@Base 4.0.0
+ AB_TransactionLimits_SetMinLinesRemoteName@Base 4.0.0
+ AB_TransactionLimits_SetMinValueSetupTime@Base 4.0.0
+ AB_TransactionLimits_SetModified@Base 4.0.0
+ AB_TransactionLimits_SetTextKeys@Base 4.0.0
+ AB_TransactionLimits_SetValuesCycleMonth@Base 4.0.0
+ AB_TransactionLimits_SetValuesCycleWeek@Base 4.0.0
+ AB_TransactionLimits_SetValuesExecutionDayMonth@Base 4.0.0
+ AB_TransactionLimits_SetValuesExecutionDayWeek@Base 4.0.0
+ AB_TransactionLimits_SetValuesTextKey@Base 4.0.0
+ AB_TransactionLimits_dup@Base 4.0.0
+ AB_TransactionLimits_free@Base 4.0.0
+ AB_TransactionLimits_fromDb@Base 4.0.0
+ AB_TransactionLimits_new@Base 4.0.0
+ AB_TransactionLimits_toDb@Base 4.0.0
+ AB_Transaction_AddCategory@Base 4.0.0
+ AB_Transaction_AddPurpose@Base 4.0.0
+ AB_Transaction_AddRemoteName@Base 4.0.0
+ AB_Transaction_Attach@Base 4.0.0
+ AB_Transaction_Charge_fromString@Base 4.0.0
+ AB_Transaction_Charge_toString@Base 4.0.0
+ AB_Transaction_ClearCategory@Base 4.0.0
+ AB_Transaction_ClearPurpose@Base 4.0.0
+ AB_Transaction_ClearRemoteName@Base 4.0.0
+ AB_Transaction_Compare@Base 4.0.0
+ AB_Transaction_FillLocalFromAccount@Base 4.0.0
+ AB_Transaction_GetBankReference@Base 4.0.0
+ AB_Transaction_GetCategory@Base 4.0.0
+ AB_Transaction_GetCharge@Base 4.0.0
+ AB_Transaction_GetCommission@Base 4.0.0
+ AB_Transaction_GetCustomerReference@Base 4.0.0
+ AB_Transaction_GetCycle@Base 4.0.0
+ AB_Transaction_GetDate@Base 4.0.0
+ AB_Transaction_GetExecutionDay@Base 4.0.0
+ AB_Transaction_GetFees@Base 4.0.0
+ AB_Transaction_GetFiId@Base 4.0.0
+ AB_Transaction_GetFirstExecutionDate@Base 4.0.0
+ AB_Transaction_GetGroupId@Base 4.0.0
+ AB_Transaction_GetIdForApplication@Base 4.0.0
+ AB_Transaction_GetLastExecutionDate@Base 4.0.0
+ AB_Transaction_GetLocalAccountNumber@Base 4.0.0
+ AB_Transaction_GetLocalBankCode@Base 4.0.0
+ AB_Transaction_GetLocalBic@Base 4.0.0
+ AB_Transaction_GetLocalBranchId@Base 4.0.0
+ AB_Transaction_GetLocalCountry@Base 4.0.0
+ AB_Transaction_GetLocalIban@Base 4.0.0
+ AB_Transaction_GetLocalName@Base 4.0.0
+ AB_Transaction_GetLocalSuffix@Base 4.0.0
+ AB_Transaction_GetNextExecutionDate@Base 4.0.0
+ AB_Transaction_GetPeriod@Base 4.0.0
+ AB_Transaction_GetPrimanota@Base 4.0.0
+ AB_Transaction_GetPurpose@Base 4.0.0
+ AB_Transaction_GetRemoteAccountNumber@Base 4.0.0
+ AB_Transaction_GetRemoteAddrCity@Base 4.0.0
+ AB_Transaction_GetRemoteAddrStreet@Base 4.0.0
+ AB_Transaction_GetRemoteAddrZipcode@Base 4.0.0
+ AB_Transaction_GetRemoteBankCode@Base 4.0.0
+ AB_Transaction_GetRemoteBankLocation@Base 4.0.0
+ AB_Transaction_GetRemoteBankName@Base 4.0.0
+ AB_Transaction_GetRemoteBic@Base 4.0.0
+ AB_Transaction_GetRemoteBranchId@Base 4.0.0
+ AB_Transaction_GetRemoteCountry@Base 4.0.0
+ AB_Transaction_GetRemoteIban@Base 4.0.0
+ AB_Transaction_GetRemoteName@Base 4.0.0
+ AB_Transaction_GetRemotePhone@Base 4.0.0
+ AB_Transaction_GetRemoteSuffix@Base 4.0.0
+ AB_Transaction_GetStatus@Base 4.0.0
+ AB_Transaction_GetSubType@Base 4.0.0
+ AB_Transaction_GetTextKey@Base 4.0.0
+ AB_Transaction_GetTextKeyExt@Base 4.0.0
+ AB_Transaction_GetTransactionCode@Base 4.0.0
+ AB_Transaction_GetTransactionKey@Base 4.0.0
+ AB_Transaction_GetTransactionText@Base 4.0.0
+ AB_Transaction_GetType@Base 4.0.0
+ AB_Transaction_GetUniqueId@Base 4.0.0
+ AB_Transaction_GetUnitId@Base 4.0.0
+ AB_Transaction_GetUnitIdNameSpace@Base 4.0.0
+ AB_Transaction_GetUnitPrice@Base 4.0.0
+ AB_Transaction_GetUnits@Base 4.0.0
+ AB_Transaction_GetValue@Base 4.0.0
+ AB_Transaction_GetValutaDate@Base 4.0.0
+ AB_Transaction_HasCategory@Base 4.0.0
+ AB_Transaction_HasPurpose@Base 4.0.0
+ AB_Transaction_HasRemoteName@Base 4.0.0
+ AB_Transaction_IsModified@Base 4.0.0
+ AB_Transaction_List2Iterator_Data@Base 4.0.0
+ AB_Transaction_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_Transaction_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_Transaction_List2Iterator_Next@Base 4.0.0
+ AB_Transaction_List2Iterator_Previous@Base 4.0.0
+ AB_Transaction_List2Iterator_free@Base 4.0.0
+ AB_Transaction_List2Iterator_new@Base 4.0.0
+ AB_Transaction_List2_Clear@Base 4.0.0
+ AB_Transaction_List2_Contains@Base 4.0.0
+ AB_Transaction_List2_Dump@Base 4.0.0
+ AB_Transaction_List2_Erase@Base 4.0.0
+ AB_Transaction_List2_FindIter@Base 4.0.0
+ AB_Transaction_List2_First@Base 4.0.0
+ AB_Transaction_List2_ForEach@Base 4.0.0
+ AB_Transaction_List2_GetBack@Base 4.0.0
+ AB_Transaction_List2_GetFront@Base 4.0.0
+ AB_Transaction_List2_GetSize@Base 4.0.0
+ AB_Transaction_List2_IsEmpty@Base 4.0.0
+ AB_Transaction_List2_Last@Base 4.0.0
+ AB_Transaction_List2_PopBack@Base 4.0.0
+ AB_Transaction_List2_PopFront@Base 4.0.0
+ AB_Transaction_List2_PushBack@Base 4.0.0
+ AB_Transaction_List2_PushFront@Base 4.0.0
+ AB_Transaction_List2_Remove@Base 4.0.0
+ AB_Transaction_List2_Unshare@Base 4.0.0
+ AB_Transaction_List2_dup@Base 4.0.0
+ AB_Transaction_List2_free@Base 4.0.0
+ AB_Transaction_List2_freeAll@Base 4.0.0
+ AB_Transaction_List2_new@Base 4.0.0
+ AB_Transaction_Period_fromString@Base 4.0.0
+ AB_Transaction_Period_toString@Base 4.0.0
+ AB_Transaction_ReadDb@Base 4.0.0
+ AB_Transaction_RemoveCategory@Base 4.0.0
+ AB_Transaction_RemovePurpose@Base 4.0.0
+ AB_Transaction_RemoveRemoteName@Base 4.0.0
+ AB_Transaction_SetBankReference@Base 4.0.0
+ AB_Transaction_SetCategory@Base 4.0.0
+ AB_Transaction_SetCharge@Base 4.0.0
+ AB_Transaction_SetCommission@Base 4.0.0
+ AB_Transaction_SetCustomerReference@Base 4.0.0
+ AB_Transaction_SetCycle@Base 4.0.0
+ AB_Transaction_SetDate@Base 4.0.0
+ AB_Transaction_SetExecutionDay@Base 4.0.0
+ AB_Transaction_SetFees@Base 4.0.0
+ AB_Transaction_SetFiId@Base 4.0.0
+ AB_Transaction_SetFirstExecutionDate@Base 4.0.0
+ AB_Transaction_SetGroupId@Base 4.0.0
+ AB_Transaction_SetIdForApplication@Base 4.0.0
+ AB_Transaction_SetLastExecutionDate@Base 4.0.0
+ AB_Transaction_SetLocalAccountNumber@Base 4.0.0
+ AB_Transaction_SetLocalBankCode@Base 4.0.0
+ AB_Transaction_SetLocalBic@Base 4.0.0
+ AB_Transaction_SetLocalBranchId@Base 4.0.0
+ AB_Transaction_SetLocalCountry@Base 4.0.0
+ AB_Transaction_SetLocalIban@Base 4.0.0
+ AB_Transaction_SetLocalName@Base 4.0.0
+ AB_Transaction_SetLocalSuffix@Base 4.0.0
+ AB_Transaction_SetModified@Base 4.0.0
+ AB_Transaction_SetNextExecutionDate@Base 4.0.0
+ AB_Transaction_SetPeriod@Base 4.0.0
+ AB_Transaction_SetPrimanota@Base 4.0.0
+ AB_Transaction_SetPurpose@Base 4.0.0
+ AB_Transaction_SetRemoteAccountNumber@Base 4.0.0
+ AB_Transaction_SetRemoteAddrCity@Base 4.0.0
+ AB_Transaction_SetRemoteAddrStreet@Base 4.0.0
+ AB_Transaction_SetRemoteAddrZipcode@Base 4.0.0
+ AB_Transaction_SetRemoteBankCode@Base 4.0.0
+ AB_Transaction_SetRemoteBankLocation@Base 4.0.0
+ AB_Transaction_SetRemoteBankName@Base 4.0.0
+ AB_Transaction_SetRemoteBic@Base 4.0.0
+ AB_Transaction_SetRemoteBranchId@Base 4.0.0
+ AB_Transaction_SetRemoteCountry@Base 4.0.0
+ AB_Transaction_SetRemoteIban@Base 4.0.0
+ AB_Transaction_SetRemoteName@Base 4.0.0
+ AB_Transaction_SetRemotePhone@Base 4.0.0
+ AB_Transaction_SetRemoteSuffix@Base 4.0.0
+ AB_Transaction_SetStatus@Base 4.0.0
+ AB_Transaction_SetSubType@Base 4.0.0
+ AB_Transaction_SetTextKey@Base 4.0.0
+ AB_Transaction_SetTextKeyExt@Base 4.0.0
+ AB_Transaction_SetTransactionCode@Base 4.0.0
+ AB_Transaction_SetTransactionKey@Base 4.0.0
+ AB_Transaction_SetTransactionText@Base 4.0.0
+ AB_Transaction_SetType@Base 4.0.0
+ AB_Transaction_SetUniqueId@Base 4.0.0
+ AB_Transaction_SetUnitId@Base 4.0.0
+ AB_Transaction_SetUnitIdNameSpace@Base 4.0.0
+ AB_Transaction_SetUnitPrice@Base 4.0.0
+ AB_Transaction_SetUnits@Base 4.0.0
+ AB_Transaction_SetValue@Base 4.0.0
+ AB_Transaction_SetValutaDate@Base 4.0.0
+ AB_Transaction_Status_fromString@Base 4.0.0
+ AB_Transaction_Status_toString@Base 4.0.0
+ AB_Transaction_SubType_fromString@Base 4.0.0
+ AB_Transaction_SubType_toString@Base 4.0.0
+ AB_Transaction_Type_fromString@Base 4.0.0
+ AB_Transaction_Type_toString@Base 4.0.0
+ AB_Transaction_dup@Base 4.0.0
+ AB_Transaction_free@Base 4.0.0
+ AB_Transaction_fromDb@Base 4.0.0
+ AB_Transaction_new@Base 4.0.0
+ AB_Transaction_toDb@Base 4.0.0
+ AB_USER__INHERIT_GETLIST@Base 4.0.0
+ AB_USER__INHERIT_ISOFTYPE@Base 4.0.0
+ AB_USER__INHERIT_SETDATA@Base 4.0.0
+ AB_USER__INHERIT_UNLINK@Base 4.0.0
+ AB_User_Attach@Base 4.0.0
+ AB_User_GetBackendName@Base 4.0.0
+ AB_User_GetBankCode@Base 4.0.0
+ AB_User_GetBanking@Base 4.0.0
+ AB_User_GetCountry@Base 4.0.0
+ AB_User_GetCustomerId@Base 4.0.0
+ AB_User_GetData@Base 4.0.0
+ AB_User_GetDbId@Base 4.0.0
+ AB_User_GetFileLock@Base 4.0.0
+ AB_User_GetLastSessionId@Base 4.0.0
+ AB_User_GetProvider@Base 4.0.0
+ AB_User_GetUniqueId@Base 4.0.0
+ AB_User_GetUserId@Base 4.0.0
+ AB_User_GetUserName@Base 4.0.0
+ AB_User_IsModified@Base 4.0.0
+ AB_User_List2Iterator_Data@Base 4.0.0
+ AB_User_List2Iterator_GetLinkCount@Base 4.0.0
+ AB_User_List2Iterator_IncLinkCount@Base 4.0.0
+ AB_User_List2Iterator_Next@Base 4.0.0
+ AB_User_List2Iterator_Previous@Base 4.0.0
+ AB_User_List2Iterator_free@Base 4.0.0
+ AB_User_List2Iterator_new@Base 4.0.0
+ AB_User_List2_Clear@Base 4.0.0
+ AB_User_List2_Contains@Base 4.0.0
+ AB_User_List2_Dump@Base 4.0.0
+ AB_User_List2_Erase@Base 4.0.0
+ AB_User_List2_FindIter@Base 4.0.0
+ AB_User_List2_First@Base 4.0.0
+ AB_User_List2_ForEach@Base 4.0.0
+ AB_User_List2_GetBack@Base 4.0.0
+ AB_User_List2_GetFront@Base 4.0.0
+ AB_User_List2_GetSize@Base 4.0.0
+ AB_User_List2_IsEmpty@Base 4.0.0
+ AB_User_List2_Last@Base 4.0.0
+ AB_User_List2_PopBack@Base 4.0.0
+ AB_User_List2_PopFront@Base 4.0.0
+ AB_User_List2_PushBack@Base 4.0.0
+ AB_User_List2_PushFront@Base 4.0.0
+ AB_User_List2_Remove@Base 4.0.0
+ AB_User_List2_Unshare@Base 4.0.0
+ AB_User_List2_dup@Base 4.0.0
+ AB_User_List2_free@Base 4.0.0
+ AB_User_List2_freeAll@Base 4.0.0
+ AB_User_List2_new@Base 4.0.0
+ AB_User_ReadDb@Base 4.0.0
+ AB_User_SetBackendName@Base 4.0.0
+ AB_User_SetBankCode@Base 4.0.0
+ AB_User_SetBanking@Base 4.0.0
+ AB_User_SetCountry@Base 4.0.0
+ AB_User_SetCustomerId@Base 4.0.0
+ AB_User_SetData@Base 4.0.0
+ AB_User_SetDbId@Base 4.0.0
+ AB_User_SetFileLock@Base 4.0.0
+ AB_User_SetLastSessionId@Base 4.0.0
+ AB_User_SetModified@Base 4.0.0
+ AB_User_SetUniqueId@Base 4.0.0
+ AB_User_SetUserId@Base 4.0.0
+ AB_User_SetUserName@Base 4.0.0
+ AB_User_free@Base 4.0.0
+ AB_User_toDb@Base 4.0.0
+ AB_Value_AddValue@Base 4.0.0
+ AB_Value_Compare@Base 4.0.0
+ AB_Value_DivValue@Base 4.0.0
+ AB_Value_Dump@Base 4.0.0
+ AB_Value_GetCurrency@Base 4.0.0
+ AB_Value_GetNumDenomString@Base 4.0.0
+ AB_Value_GetValueAsDouble@Base 4.0.0
+ AB_Value_IsNegative@Base 4.0.0
+ AB_Value_IsPositive@Base 4.0.0
+ AB_Value_IsZero@Base 4.0.0
+ AB_Value_List_Add@Base 4.0.0
+ AB_Value_List_AddList@Base 4.0.0
+ AB_Value_List_Clear@Base 4.0.0
+ AB_Value_List_Del@Base 4.0.0
+ AB_Value_List_First@Base 4.0.0
+ AB_Value_List_GetCount@Base 4.0.0
+ AB_Value_List_HasElement@Base 4.0.0
+ AB_Value_List_Insert@Base 4.0.0
+ AB_Value_List_Last@Base 4.0.0
+ AB_Value_List_Next@Base 4.0.0
+ AB_Value_List_Previous@Base 4.0.0
+ AB_Value_List_dup@Base 4.0.0
+ AB_Value_List_free@Base 4.0.0
+ AB_Value_List_new@Base 4.0.0
+ AB_Value_MultValue@Base 4.0.0
+ AB_Value_Negate@Base 4.0.0
+ AB_Value_SetCurrency@Base 4.0.0
+ AB_Value_SetValueFromDouble@Base 4.0.0
+ AB_Value_SetZero@Base 4.0.0
+ AB_Value_SubValue@Base 4.0.0
+ AB_Value_dup@Base 4.0.0
+ AB_Value_free@Base 4.0.0
+ AB_Value_fromDb@Base 4.0.0
+ AB_Value_fromDouble@Base 4.0.0
+ AB_Value_fromString@Base 4.0.0
+ AB_Value_new@Base 4.0.0
+ AB_Value_toDb@Base 4.0.0
+ AB_Value_toDbFloat@Base 4.0.0
+ AB_Value_toHumanReadableString2@Base 4.0.0
+ AB_Value_toHumanReadableString@Base 4.0.0
+ AB_Value_toString@Base 4.0.0
+ AH_ImExporter_DbFromIso8859_1ToUtf8@Base 4.0.0
+ Ab_HttpSession_AddLog@Base 4.0.0
+libaqnone.so.29 libaqbanking29 #MINVER#
+* Build-Depends-Package: libaqbanking29-dev, libaqbanking-dev
+ AN_Provider_new@Base 4.0.0
--- libaqbanking-4.2.0.orig/debian/libaqofxconnect5.symbols
+++ libaqbanking-4.2.0/debian/libaqofxconnect5.symbols
@@ -0,0 +1,72 @@
+libaqofxconnect.so.5 libaqofxconnect5 #MINVER#
+* Build-Depends-Package: libaqbanking29-dev, libaqbanking-dev
+ AO_ACCOUNT__INHERIT_ID@Base 4.0.0
+ AO_Account_Extend@Base 4.0.0
+ AO_Account_GetDebitAllowed@Base 4.0.0
+ AO_Account_GetMaxPurposeLines@Base 4.0.0
+ AO_Account_SetDebitAllowed@Base 4.0.0
+ AO_Account_SetMaxPurposeLines@Base 4.0.0
+ AO_PROVIDER__INHERIT_ID@Base 4.0.0
+ AO_Provider_CreateConnection@Base 4.0.0
+ AO_Provider_RecvPacket@Base 4.0.0
+ AO_Provider_RequestAccounts@Base 4.0.0
+ AO_Provider_SendPacket@Base 4.0.0
+ AO_Provider__AddAccountInfoReq@Base 4.0.0
+ AO_Provider__ProcessImporterContext@Base 4.0.0
+ AO_Provider__SetAddress@Base 4.0.0
+ AO_Provider_new@Base 4.0.0
+ AO_Queue_AddJob@Base 4.0.0
+ AO_Queue_Clear@Base 4.0.0
+ AO_Queue_FindUserQueue@Base 4.0.0
+ AO_Queue_FirstUserQueue@Base 4.0.0
+ AO_Queue_GetUserQueue@Base 4.0.0
+ AO_Queue_free@Base 4.0.0
+ AO_Queue_new@Base 4.0.0
+ AO_USER__INHERIT_ID@Base 4.0.0
+ AO_UserQueue_AddJob@Base 4.0.0
+ AO_UserQueue_GetJobs@Base 4.0.0
+ AO_UserQueue_GetUser@Base 4.0.0
+ AO_UserQueue_List_Add@Base 4.0.0
+ AO_UserQueue_List_AddList@Base 4.0.0
+ AO_UserQueue_List_Clear@Base 4.0.0
+ AO_UserQueue_List_Del@Base 4.0.0
+ AO_UserQueue_List_First@Base 4.0.0
+ AO_UserQueue_List_GetCount@Base 4.0.0
+ AO_UserQueue_List_HasElement@Base 4.0.0
+ AO_UserQueue_List_Insert@Base 4.0.0
+ AO_UserQueue_List_Last@Base 4.0.0
+ AO_UserQueue_List_Next@Base 4.0.0
+ AO_UserQueue_List_Previous@Base 4.0.0
+ AO_UserQueue_List_free@Base 4.0.0
+ AO_UserQueue_List_new@Base 4.0.0
+ AO_UserQueue_free@Base 4.0.0
+ AO_UserQueue_new@Base 4.0.0
+ AO_User_AddFlags@Base 4.0.0
+ AO_User_Extend@Base 4.0.0
+ AO_User_Flags_fromDb@Base 4.0.0
+ AO_User_Flags_toDb@Base 4.0.0
+ AO_User_GetAppId@Base 4.0.0
+ AO_User_GetAppVer@Base 4.0.0
+ AO_User_GetBrokerId@Base 4.0.0
+ AO_User_GetClientUid@Base 4.0.0
+ AO_User_GetFid@Base 4.0.0
+ AO_User_GetFlags@Base 4.0.0
+ AO_User_GetHeaderVer@Base 4.0.0
+ AO_User_GetOrg@Base 4.0.0
+ AO_User_GetServerAddr@Base 4.0.0
+ AO_User_GetServerPort@Base 4.0.0
+ AO_User_GetServerType@Base 4.0.0
+ AO_User_ServerType_fromString@Base 4.0.0
+ AO_User_ServerType_toString@Base 4.0.0
+ AO_User_SetAppId@Base 4.0.0
+ AO_User_SetAppVer@Base 4.0.0
+ AO_User_SetBrokerId@Base 4.0.0
+ AO_User_SetClientUid@Base 4.0.0
+ AO_User_SetFid@Base 4.0.0
+ AO_User_SetFlags@Base 4.0.0
+ AO_User_SetHeaderVer@Base 4.0.0
+ AO_User_SetOrg@Base 4.0.0
+ AO_User_SetServerAddr@Base 4.0.0
+ AO_User_SetServerPort@Base 4.0.0
+ AO_User_SetServerType@Base 4.0.0
+ AO_User_SubFlags@Base 4.0.0
--- libaqbanking-4.2.0.orig/debian/libaqbanking-data.docs
+++ libaqbanking-4.2.0/debian/libaqbanking-data.docs
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README
--- libaqbanking-4.2.0.orig/debian/libaqbanking29.docs
+++ libaqbanking-4.2.0/debian/libaqbanking29.docs
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README
--- libaqbanking-4.2.0.orig/debian/libaqbanking29-dev.manpages
+++ libaqbanking-4.2.0/debian/libaqbanking29-dev.manpages
@@ -0,0 +1 @@
+debian/doc/aqbanking-config.1
--- libaqbanking-4.2.0.orig/debian/NEWS
+++ libaqbanking-4.2.0/debian/NEWS
@@ -0,0 +1,32 @@
+libaqbanking (3.0.1-3) unstable; urgency=low
+
+  Important information for users upgrading from versions prior to 3.x
+  ====================================================================
+
+  * Directory for AqBanking's configuration and data storage changed
+    ----------------------------------------------------------------
+
+    Users which were using prior versions of AqBanking should know that
+    AqBanking now stores its configuration and data in a different directory
+    than previous versions did. There are very good chances that you can reuse
+    your old configuration, but you need to copy all old files into a new
+    directory. For that purpose execute the following command in order to take
+    over your old configuration for use with AqBanking 3:
+
+       cp -a ~/.banking ~/.aqbanking
+
+  * Key file format changed
+    -----------------------
+
+    Unfortunately the format of very old AqBanking (former OpenHBCI) key files
+    is not supported with AqBanking 3.x any more. Thus, if you are using a key
+    file, you possibly need to update it, especially if you created it using
+    OpenHBCI (the ancestor of AqBanking). For further information on how to
+    update your key file please read the instructions in file
+
+      /usr/share/doc/aqbanking-tools/README.keyfile-update
+
+  If other users using your system might be affected please inform them about
+  the changes mentioned above.
+
+ -- Micha Lenk <micha@lenk.info>  Sun, 30 Dec 2007 16:31:58 +0100
--- libaqbanking-4.2.0.orig/debian/copyright
+++ libaqbanking-4.2.0/debian/copyright
@@ -0,0 +1,41 @@
+This package was debianized by Thomas Viehmann <tv@beamnet.de> on
+Sun, 12 Sep 2004 20:50:38 +0200.
+
+It was downloaded from the download area linked by:
+  http://www.sourceforge.net/projects/aqbanking/
+
+Upstream Author: Martin Preuss <martin@libchipcard.de>
+
+Copyright: (c) 2002 - 2009 Martin Preuss
+
+AqBanking is licensed under the GNU GPL v2.
+
+If you want to use AqBanking in non-GPL software you can get an individual
+license from the author (martin@libchipcard.de).
+
+As the copyright holder of AqBanking, Martin Preuss grants the following
+license exception:
+
+Martin Preuss explicitly allows the compilation and distribution of
+AqBanking with the OpenSSL Toolkit.
+No developer is required to provide this exception in a derived work.
+
+From the GNU GPL license:
+
+   This package 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; version 2 dated June, 1991.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
--- libaqbanking-4.2.0.orig/debian/libaqofxconnect5.docs
+++ libaqbanking-4.2.0/debian/libaqofxconnect5.docs
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README
--- libaqbanking-4.2.0.orig/debian/aqbanking-tools.install
+++ libaqbanking-4.2.0/debian/aqbanking-tools.install
@@ -0,0 +1,3 @@
+usr/bin/aqhbci-tool4
+usr/bin/hbcixml3
+usr/bin/aqbanking-cli
--- libaqbanking-4.2.0.orig/debian/libaqbanking-data.install
+++ libaqbanking-4.2.0/debian/libaqbanking-data.install
@@ -0,0 +1,3 @@
+usr/share/aqbanking
+usr/share/aqhbci
+usr/share/locale
--- libaqbanking-4.2.0.orig/debian/aqbanking-tools.manpages
+++ libaqbanking-4.2.0/debian/aqbanking-tools.manpages
@@ -0,0 +1,2 @@
+debian/doc/aqhbci-tool4.1
+debian/doc/hbcixml3.1
--- libaqbanking-4.2.0.orig/debian/libaqbanking29-plugins-qt.dirs
+++ libaqbanking-4.2.0/debian/libaqbanking29-plugins-qt.dirs
@@ -0,0 +1 @@
+usr/lib/aqbanking/plugins/29
--- libaqbanking-4.2.0.orig/debian/libaqbanking-data.postinst
+++ libaqbanking-4.2.0/debian/libaqbanking-data.postinst
@@ -0,0 +1,19 @@
+#! /bin/sh
+
+set -e
+
+case "$1" in
+    configure)
+        # On upgrades from AqBanking 2.x the directory /usr/share/aqhbci/xml
+        # cannot be replaced by the symlink provided in this package. Thus
+        # ensure here that /usr/share/aqhbci/xml is a symlink to the new
+        # location of hbci.xml (this makes libaqbanking-data usable by
+        # AqBanking 2.x too).
+        if [ -d /usr/share/aqhbci/xml -a ! -L /usr/share/aqhbci/xml ]; then
+            rmdir /usr/share/aqhbci/xml
+            ln -s ../aqbanking/backends/aqhbci /usr/share/aqhbci/xml
+        fi
+    ;;
+esac
+
+#DEBHELPER#
--- libaqbanking-4.2.0.orig/debian/libaqbanking29-plugins.docs
+++ libaqbanking-4.2.0/debian/libaqbanking29-plugins.docs
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README
--- libaqbanking-4.2.0.orig/debian/libaqofxconnect5.install
+++ libaqbanking-4.2.0/debian/libaqofxconnect5.install
@@ -0,0 +1 @@
+usr/lib/libaqofxconnect.so.*
--- libaqbanking-4.2.0.orig/debian/libqbanking8.shlibs
+++ libaqbanking-4.2.0/debian/libqbanking8.shlibs
@@ -0,0 +1 @@
+libqbanking 8 libqbanking8
--- libaqbanking-4.2.0.orig/debian/libqbanking8.manpages
+++ libaqbanking-4.2.0/debian/libqbanking8.manpages
@@ -0,0 +1 @@
+debian/doc/qb-help8.1
--- libaqbanking-4.2.0.orig/debian/changelog
+++ libaqbanking-4.2.0/debian/changelog
@@ -0,0 +1,870 @@
+libaqbanking (4.2.0-2~bpo50+1) lenny-backports; urgency=low
+
+  * Rebuild for lenny-backports.
+
+ -- Micha Lenk <micha@debian.org>  Fri, 20 Nov 2009 15:02:52 +0100
+
+libaqbanking (4.2.0-2) unstable; urgency=medium
+
+  * Fix accidentally fixed version in libaqbanking29-dev's dependency
+    on libgwenhywfar47-dev introduced in previous upload. This makes
+    libaqbanking29-dev installable again, even if the specified version of
+    libgwenhywfar47-dev isn't in the archive any more.
+
+ -- Micha Lenk <micha@debian.org>  Fri, 20 Nov 2009 14:44:19 +0100
+
+libaqbanking (4.2.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated symbols file for libaqbanking29, adding symbols
+    AB_Banking_SaveAccountConfig and AB_Banking_SaveUserConfig.
+  * Fixed weak versioned dependencies of libaqbanking29-dev.
+
+ -- Micha Lenk <micha@debian.org>  Sun, 08 Nov 2009 20:16:53 +0100
+
+libaqbanking (4.1.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump soname: libaqhbci16 -> libaqhbci17.
+  * Update maintainer's mail address and drop DM upload privileges.
+
+ -- Micha Lenk <micha@debian.org>  Wed, 07 Oct 2009 13:31:57 +0200
+
+libaqbanking (4.1.7-1) unstable; urgency=low
+
+  * New upstream release fixing an important linker error regarding OFX.
+
+ -- Micha Lenk <micha@lenk.info>  Wed, 23 Sep 2009 11:41:53 +0200
+
+libaqbanking (4.1.6-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Micha Lenk <micha@lenk.info>  Tue, 22 Sep 2009 13:07:21 +0200
+
+libaqbanking (4.1.5-1) unstable; urgency=low
+
+  * New upstream release
+    + adds new symbols AH_User_GetMaxDebitNotesPerJob,
+      AH_User_GetMaxTransfersPerJob, AH_User_SetMaxDebitNotesPerJob and
+      AH_User_SetMaxTransfersPerJob.
+  * Don't ship .la-files for plugin shared libraries any more.
+  * Drop dependeny of libaqbanking29 on aqbanking-tools to break a circular
+    dependency loop (closes: #546972).
+
+ -- Micha Lenk <micha@lenk.info>  Tue, 22 Sep 2009 10:33:36 +0200
+
+libaqbanking (4.1.2-1) unstable; urgency=low
+
+  * New upstream release
+    + fixes OFX account setup crash (closes: #540114).
+
+ -- Micha Lenk <micha@lenk.info>  Fri, 21 Aug 2009 19:32:16 +0200
+
+libaqbanking (4.1.1-1) unstable; urgency=low
+
+  * New upstream release
+    + builds with GCC 4.4 now (closes: #537675)
+    + drop patch 01_print_bugfix_538017 (included upstream) and dpatch.
+  * Build-dep on libgwenhywfar47-dev >= 3.10.0 as required by ./configure.
+  * Add new symbol AH_Provider_SendUserKeys2 to debian/libaqhbci16.symbols.
+  * Remove obsolete (symbols file available) file debian/libaqbanking29.shlibs.
+  * debian/rules: Add -X/usr/lib/aqbanking/plugins to dh_makeshlibs call
+    to avoid the useless call to ldconfig reported by lintian.
+  * Package is compliant to Debian policy version 3.8.3 (no changes needed).
+
+ -- Micha Lenk <micha@lenk.info>  Wed, 19 Aug 2009 13:36:34 +0200
+
+libaqbanking (4.1.0-3) unstable; urgency=low
+
+  * Add dpatch to build system and add patch 01_print_bugfix_538017:
+    Fixes infinite recursion on INI letter printing (closes: #538017).
+  * Let aqbanking-tools depend on libaqbanking29-plugins.
+
+ -- Micha Lenk <micha@lenk.info>  Wed, 05 Aug 2009 11:20:54 +0200
+
+libaqbanking (4.1.0-2) unstable; urgency=low
+
+  * Upload to Debian unstable.
+  * Bump version in dependency on libgwenhywfar47-dev in package
+    libaqbanking29-dev to match the version in build dependencies.
+
+ -- Micha Lenk <micha@lenk.info>  Mon, 13 Jul 2009 19:04:49 +0200
+
+libaqbanking (4.1.0-1) experimental; urgency=low
+
+  * New upstream release.
+  * Build-dep on libgwenhywfar47-dev >= 3.8.3.2 as required by ./configure.
+  * Update symbols file. New symbols: AB_Banking_ExportToBuffer, AB_Gui_Extend,
+    AB_Gui_Unextend, AB_Gui_new and AB_ImExporter_ExportToBuffer.
+  * Package is compliant to Debian policy version 3.8.2 (no changes needed).
+
+ -- Micha Lenk <micha@lenk.info>  Tue, 23 Jun 2009 14:45:34 +0200
+
+libaqbanking (4.0.0-2) experimental; urgency=low
+
+  * Replace problematic symbols file for libqbanking8 by a simple shlibs file.
+
+ -- Micha Lenk <micha@lenk.info>  Thu, 11 Jun 2009 14:40:26 +0200
+
+libaqbanking (4.0.0-1) experimental; urgency=low
+
+  * New upstream release
+  * Bump sonames and rename/update files accordingly:
+    + libaqbanking28 -> libaqbanking29
+    + libaqhbci15 -> libaqhbci16
+    + libaqofxconnect4 -> libaqofxconnect5
+    + libqbanking7 -> libqbanking8
+  * debian/control:
+    + Add binary package libaqbanking29-dbg containing debug symbols and
+      tighten build-dep on debhelper >= 7.0.50 because of the new use of an
+      override target for dh_strip in debian/rules 
+    + Relax libaqhbci16's dependency on libchipcard-libgwenhywfar47-plugins
+      from a "Recommends:"- to a "Suggests:"-dependency to avoid libchipcard
+      being installed on every Gnucash installation (closes: #491970)
+    + Split (build) dependencies into multiple lines
+  * debian/rules: Honour "nodocs" in DEB_BUILD_OPTIONS and skip generation of
+    API documentation if it is present.
+
+ -- Micha Lenk <micha@lenk.info>  Tue, 09 Jun 2009 13:56:19 +0200
+
+libaqbanking (3.99.13rc7-1) experimental; urgency=low
+
+  * New upstream release
+  * Add new binary aqbanking-cli to package aqbanking-tools.
+  * Add magic keyword Build-Depends-Package to symbols files which
+    were missing it (all except libaqbanking28.symbols).
+  * Fix debian/changelog: upstream added missing #include for GCC 4.4
+    in AqBanking 3.99.0beta, not before (see #525743 for details).
+
+ -- Micha Lenk <micha@lenk.info>  Mon, 11 May 2009 18:02:47 +0200
+
+libaqbanking (3.99.11rc5-1) experimental; urgency=low
+
+  * New upstream release
+  * Add symbols files for libaqhbci15, libqbanking7 and libaqofxconnect4.
+  * debian/control: Bump standards version (no changes needed).
+  * Tweak debian/watch file to detect upstream release candidates too.
+
+ -- Micha Lenk <micha@lenk.info>  Fri, 03 Apr 2009 09:54:04 +0200
+
+libaqbanking (3.99.10rc4-1) experimental; urgency=low
+
+  * New upstream release
+  * Remove ChangeLog from debian/*.docs files. They get installed by
+    dh_installchangelogs and don't get compressed if installed
+    additionally by dh_installdocs (see #515601 for discussion).
+  * Bump versioned build-dep on libgwenhywfar47-dev for needed symbol
+    GWEN_ConfigMgr_GetUniqueId.
+  * Drop transitional package aqbanking-tool. Lenny is released now.
+
+ -- Micha Lenk <micha@lenk.info>  Sat, 28 Feb 2009 19:20:54 +0100
+
+libaqbanking (3.99.9rc3-1) experimental; urgency=low
+
+  * New upstream release
+    - adds missing #include for GCC 4.4 (closes: #504882)
+  * Bump sonames: libaqbanking20 -> libaqbanking28, libaqhbci13 -> libaqhbci15,
+    libqbanking6 -> libqbanking7 and rename files accordingly. Also several
+    files have been changed to reflect this soname bump.
+
+ -- Micha Lenk <micha@lenk.info>  Mon, 16 Feb 2009 16:25:32 +0100
+
+libaqbanking (3.8.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Add symbols file for new dpkg-shlibdeps feature.
+  * Bump shlibs file (used for backports only now) due to new symbols added in
+    AqBanking 3.8.1.
+  * debian/control: add several ${misc:Depends} as indicated by lintian.
+  * debian/copyright: concise reference to GPL v2.
+
+ -- Micha Lenk <micha@lenk.info>  Mon, 16 Feb 2009 14:28:03 +0100
+
+libaqbanking (3.8.1-1) experimental; urgency=low
+
+  * New upstream release
+  * Fix capitalisation of "Qt" in description of libqbanking6
+    (closes: #503021)
+
+ -- Micha Lenk <micha@lenk.info>  Sat, 08 Nov 2008 20:57:16 +0100
+
+libaqbanking (3.8.0-1) experimental; urgency=low
+
+  * New Upstream version
+    + bump soname: libqbanking5 -> libqbanking6
+    + add current version to libaqbanking20.shlibs
+  * Get rid of CDBS by adapt debian/rules to debhelper 7
+
+ -- Micha Lenk <micha@lenk.info>  Fri, 17 Oct 2008 16:52:04 +0200
+
+libaqbanking (3.7.2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Micha Lenk <micha@lenk.info>  Fri, 29 Aug 2008 14:58:35 +0200
+
+libaqbanking (3.7.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Micha Lenk <micha@lenk.info>  Tue, 19 Aug 2008 11:25:25 +0200
+
+libaqbanking (3.7.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Build-dep on libgwenhywfar (>= 3.4.0) as advised in the release notes.
+
+ -- Micha Lenk <micha@lenk.info>  Fri, 15 Aug 2008 14:59:41 +0200
+
+libaqbanking (3.6.2-1) unstable; urgency=low
+
+  * New upstream release, fixing several crashes.
+
+ -- Micha Lenk <micha@lenk.info>  Fri, 11 Jul 2008 16:14:37 +0200
+
+libaqbanking (3.6.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Micha Lenk <micha@lenk.info>  Wed, 09 Jul 2008 15:19:25 +0200
+
+libaqbanking (3.5.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump standards version (no changes needed).
+  * Remove Georg Leonhard from uploaders. Further contributions are still
+    welcome, but co-responsibility for a package needs more action.
+
+ -- Micha Lenk <micha@lenk.info>  Fri, 20 Jun 2008 17:27:49 +0200
+
+libaqbanking (3.5.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Revert the "force to depend on libaqbanking-plugins-libgwenhywfar47" stuff
+    introduced in the previous upload: It causes ugly circular dependencies
+    (closes: #484137).
+  * Add manpages for all binaries installed in the path (closes: #420513).
+  * debian/control: Add build-deps on asciidoc and xmlto needed for manpages.
+  * debian/rules: Add commands to generate and clean manpages.
+
+ -- Micha Lenk <micha@lenk.info>  Sat, 07 Jun 2008 16:06:22 +0200
+
+libaqbanking (3.4.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Add libaqbanking-plugins-libgwenhywfar47 to dependencies generated by
+    libaqbanking20's shlibs file. The missing of this package is a common and
+    yet frequent error, which should be avoided by this hard dependency.
+  * Upgrade libaqhbci13's recommends of libchipcard-libgwenhywfar47-plugins to
+    a hard dependency for the same reason.
+  * Make package libchipcard-dev arch:any until wanna-build is able to handle
+    arch:all -dev packages properly.
+
+ -- Micha Lenk <micha@lenk.info>  Thu, 29 May 2008 15:38:36 +0200
+
+libaqbanking (3.4.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Micha Lenk <micha@lenk.info>  Fri, 25 Apr 2008 18:22:41 +0200
+
+libaqbanking (3.4.0-1) unstable; urgency=low
+
+  * New upstream release.
+    This is a bugfix and cleanup release, which removes the aqyellownet
+    backend (and other outdated cruft) entirely. Hence undo the source
+    repackaging for DFSG compliance and all related changes introduced in
+    3.3.0+dfsg-1, but keep the check for absence of aqyellownet backend in
+    debian/rules' clean hook.
+
+ -- Micha Lenk <micha@lenk.info>  Thu, 24 Apr 2008 00:56:15 +0200
+
+libaqbanking (3.3.0+dfsg-1) unstable; urgency=low
+
+  * New upstream release
+  * Repackage source tarball to get rid of non-free binary in the pristine
+    .orig.tar.gz (closes: #469131). See new file debian/README.Debian-source
+    for further details.
+  * Add patch 01_drop_aqyellownet_for_dfsg which changes the build system to
+    build without directories removed for DFSG compliance.
+  * Add script debian/make-dfsg-free-source.sh useful for easy repackaging of
+    future upstream versions.
+  * debian/control:
+    - add version requested by ./configure to build dep on Gwenhywfar
+    - add dpatch to build dependencies needed for the patch mentioned above
+  * debian/rules:
+    - include CDBS rules for dpatch
+    - touch aclocal.m4, Makefile.in and configure in post-patches:: hook to
+      avoid autotools invocation after patching the build system
+    - add check for absence of aqyellownet to ensure a DFSG source tarball in
+      clean:: hook.
+    - remove sed invocation on Doxyfile introduced in 3.0.1-2
+      (the resulting change is included upstream)
+  * update doc-base file for libaqbanking-doc to be consistent with current
+    doc-base sections (thanks to lintian).
+
+ -- Micha Lenk <micha@lenk.info>  Tue, 25 Mar 2008 15:49:36 +0100
+
+libaqbanking (3.2.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Micha Lenk <micha@lenk.info>  Sun, 10 Feb 2008 16:36:10 +0100
+
+libaqbanking (3.2.0-1) unstable; urgency=low
+
+  * New upstream release
+    - now entirely free of libofx artefacts -> remove build-dep on libofx-dev.
+    - bumps soname, thus rename package libaqhbci12 -> libaqhbci13
+
+ -- Micha Lenk <micha@lenk.info>  Tue,  5 Feb 2008 22:56:09 +0100
+
+libaqbanking (3.1.0-1) unstable; urgency=low
+
+  * New upstream release
+    - AqBanking has now its own implementation of OFX, but unfortunately the
+      file src/plugins/backends/aqofxconnect/plugin/provider.c does still
+      #include <libofx/libofx.h>. Thus keep build-dep on libofx-dev until
+      upstream fixed that.
+  * Vcs-Svn: Switch to raw svn:// url (without ssh). For general read access
+    you don't need ssh based authentication.
+
+ -- Micha Lenk <micha@lenk.info>  Fri, 25 Jan 2008 19:41:41 +0100
+
+libaqbanking (3.0.1-4) unstable; urgency=low
+
+  * Adapt Vcs-{Svn,Browser} fields to new SVN urls (experimental -> trunk)
+  * Re-introduce debian/watch file adapted to new download location
+  * Add postinst script for package libaqbanking-data replacing empty
+    directory /usr/share/aqhbci/xml by symlink to new location of hbci.xml on
+    upgrades (closes: #458450). The directory is a possible remainder of
+    AqBanking 2.x, which dpkg cannot replace automatically.
+
+ -- Micha Lenk <micha@lenk.info>  Tue,  1 Jan 2008 15:02:39 +0100
+
+libaqbanking (3.0.1-3) unstable; urgency=low
+
+  * Upload to Debian unstable
+  * Complete instructions for key file updates
+
+ -- Micha Lenk <micha@lenk.info>  Sun, 30 Dec 2007 16:56:44 +0100
+
+libaqbanking (3.0.1-2) experimental; urgency=low
+
+  * bump standards version from 3.7.2 to 3.7.3 (no changes needed)
+  * Make use of the new Homepage field and drop the pseudo fields.
+  * Add a NEWS file giving users a hint about the moved configuration files
+    and describing the steps making the old configuration files working again.
+  * Add file README.keyfile-update to package aqbanking-tools, preliminaryly
+    pointing to the information needed for updating key files.
+  * debian/control:
+    - add transitional package aqbanking-tool depending on aqbanking-tools
+      making upgrades as smooth as possible (closes: #455261)
+    - let package aqbanking-tools suggest package gwenhywfar-tools because
+      README.keyfile-update refers to it
+    - add Vcs-{Svn,Browser} fields
+    - add Georg W. Leonhardt to Uploaders.
+  * debian/rules:
+    - clean up the clean target
+    - disable doxygen's generation of mostly empty subdirs in apidoc.
+  * Upstream moved downloads to a new place which isn't watch-able yet, thus
+    drop the debian/watch file.
+  * Delete spurious whitespace in debian/libaqbanking-doc.doc-base which would
+    cause a part of the description to be unintentionally displayed verbatim
+    (thanks to the lintian authors)
+
+ -- Micha Lenk <micha@lenk.info>  Sat, 29 Dec 2007 14:07:30 +0100
+
+libaqbanking (3.0.1-1) experimental; urgency=low
+
+  * New upstream release
+  * Remove files SICHERHEITSHINWEISE and README from aqbanking-tools docs
+    (deleted upstream).
+
+ -- Micha Lenk <micha@lenk.info>  Wed, 28 Nov 2007 10:25:12 +0100
+
+libaqbanking (3.0.0-2) experimental; urgency=low
+
+  * Make package libaqbanking-data usable by AqBanking 2 too:
+    - install symlink to old path of hbci.xml
+    - install missing config files from AqBanking 2 at old places
+  * Split plugins linked against Qt or X libraries into separate plugin
+    package libaqbanking20-plugins-qt
+
+ -- Micha Lenk <micha@lenk.info>  Tue, 27 Nov 2007 13:05:22 +0100
+
+libaqbanking (3.0.0-1) experimental; urgency=low
+
+  * New upstream release. This is a rewrite making use of the new Gwenhywfar
+    library, switching from OpenSSL to GnuTLS and Gcrypt (closes: #340564).
+    This finally allows AqBanking to stop linking against OpenSSL (finally
+    closes: #372183).
+  * debian/rules: ./configure with backends aqofxconnect (this introduces
+    package libaqofxconnect4 and closes: #396305), aqnone and aqhbci and
+    frontend qbanking. The other backends/frontends aren't working yet.
+  * move all files in /usr/lib/aqbanking/plugins/ (previously cluttered around
+    in diverse library packages) into new common plugin package
+    libaqbanking20-plugins.
+  * debian/control:
+    - adapt build dependencies and build depend on libgwenhywfar >= 3.0.0-2~,
+      which is the first version shipping without troublesome libgwenhywfar.la
+    - drop packages for backends/frontends not being built any more
+    - drop package aqbanking16-qt-wizard and move its content into the new
+      package libaqbanking20-plugins
+    - rename library packages due to bumped sonames
+    - clean up old conflicting deps with packages available prior to Etch.
+    - merge package libaqnone0 into package libaqbanking20. Upstream promised
+      to keep their sonames in sync now.
+    - Allow uploads by Debian Maintainers of this package.
+  * rename package aqbanking-tool to aqbanking-tools because users might want
+    to install the old aqbanking-tool, which contains the binary
+    aqbanking-tool, which is missing in the current upstream release.
+    Fortunately aqbanking-tool and aqbanking-tools have no files in common,
+    thus no conflicting/replacing dependencies.
+  * delete debian/TODO (all done)
+
+ -- Micha Lenk <micha@lenk.info>  Sat, 24 Nov 2007 13:48:31 +0100
+
+libaqbanking (2.3.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Drop build-dependency to libofx-dev until we re-introduce OFX support.
+
+ -- Micha Lenk <micha@lenk.info>  Sun, 21 Oct 2007 16:39:46 +0200
+
+libaqbanking (2.3.2-2) unstable; urgency=low
+
+  * package libaqhbci10 now recommends libchipcard3-libgwenhywfar-plugins.
+    This has been missed since 2.2.9-1.
+
+ -- Micha Lenk <micha@lenk.info>  Fri, 27 Jul 2007 20:23:08 +0200
+
+libaqbanking (2.3.2-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: make package binNMU safe by using ${source:Version}
+    instead of ${Source-Version}
+
+ -- Micha Lenk <micha@lenk.info>  Fri, 27 Jul 2007 17:57:44 +0200
+
+libaqbanking (2.2.9-1) experimental; urgency=low
+
+  * New upstream release. This is the first (packaged) release using
+    libchipcard3 instead of libchipcard2.
+  * Change build-dep to libchipcard3-dev
+  * Bump build-dep version on libgwenhywfar38-dev >= 2.5.4-2. That one removes
+    OpenSSL from its broken libgwenhywfar.la which allows us to build a
+    libaqbanking not linked against OpenSSL (closes: #372183).
+
+ -- Micha Lenk <micha@lenk.info>  Tue, 27 Mar 2007 07:12:04 +0200
+
+libaqbanking (2.2.3-4) unstable; urgency=low
+
+  * Let aqbanking-tool depend on libaqnone0 (closes: #401942). 
+
+ -- Micha Lenk <micha@lenk.info>  Fri,  8 Dec 2006 15:40:56 +0100
+
+libaqbanking (2.2.3-3) unstable; urgency=medium
+
+  * libaqhbci10, libaqdtaus3 and libaqgeldkarte4 now conflicts with/replaces
+    libqbanking4 younger than 2.2.3-2 (closes: #393706). This should fix the
+    upgrade path broken by files moved from libqbanking4 into the plugin
+    packages. Fixing broken dependencies is important if not RC, thus I'm
+    uploading with higher urgency.
+
+ -- Micha Lenk <micha@lenk.info>  Wed, 18 Oct 2006 15:32:04 +0200
+
+libaqbanking (2.2.3-2) unstable; urgency=high
+
+  * Add *.so for plugins. This is important if not RC,
+    thus I'm uploading with elevated urgency.
+
+ -- Thomas Viehmann <tv@beamnet.de>  Thu, 12 Oct 2006 22:40:16 +0200
+
+libaqbanking (2.2.3-1) unstable; urgency=normal
+
+  * New upstream release
+    - account creation wizard works now with NetBank and Sparda.
+  * libaqbanking16 does not anymore depend on the plugin package, but yet
+    recommends it.
+  * libaqbanking16-plugins-libgwenhywfar38 has now depends generated as usual
+    by dpkg-shlibdeps. This should fix a checklib error in the plugin package.
+  * Make libaqbanking16-dev binNMU safe.
+
+ -- Micha Lenk <micha@lenk.info>  Wed, 11 Oct 2006 21:04:05 +0000
+
+libaqbanking (2.2.1-3) unstable; urgency=low
+
+  * Rename package aqbanking-qt-wizard to aqbanking16-qt-wizard because the
+    contained binaries are located in a SONAME dependent path.
+  * libaqbanking16 now recommends (not only suggests) aqbanking-qt-wizard.
+  * Move qbanking's cfgmodule plugins into the corresponding backend packages.
+    Upstream said they are useless without installed backend.
+
+ -- Micha Lenk <micha@lenk.info>  Tue,  5 Sep 2006 18:13:14 +0200
+
+libaqbanking (2.2.1-2) unstable; urgency=low
+
+  * Introduce package libaqnone0 (Closes: #381165).
+  * Introduce package aqbanking-qt-wizard for binary qt-wizard from
+    libaqbanking16 (closes #373912, first part)
+  * Move aqhbci-qt3-debug from package libaqhbci10 to aqbanking-qt-wizard
+    (Closes: #373912, second part)
+  * Move openhbci1 import module from package libaqhbci10 to package
+    libaqbanking16. It does not at all depend on AqHBCI.
+  * Bump shlibs.
+  * Simplfied debian/*.install files.
+
+ -- Micha Lenk <micha@lenk.info>  Mon,  4 Sep 2006 01:13:13 +0200
+
+libaqbanking (2.2.1-1) unstable; urgency=low
+
+  * New upstream release
+    - improves iTAN handling
+    - bugfix in DTAUS importer profile "default".
+
+ -- Micha Lenk <micha@lenk.info>  Tue, 29 Aug 2006 22:08:13 +0200
+
+libaqbanking (2.2.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Move API doc to version independent directory.
+
+ -- Thomas Viehmann <tv@beamnet.de>  Sun, 30 Jul 2006 17:50:04 +0200
+
+libaqbanking (2.0.0-3) unstable; urgency=medium
+
+  * Fix libaqbanking-doc.doc-base. Closes: #373285
+
+ -- Thomas Viehmann <tv@beamnet.de>  Wed, 14 Jun 2006 09:58:42 +0200
+
+libaqbanking (2.0.0-2) unstable; urgency=low
+
+  * Bump standards to 3.7.2.0 (no changes necessary).
+  * Dropped unneeded build-depends. No more build-depending on: libqt3-mt-dev,
+    libgail-common, xvfb, xbase-clients, xfonts-base and fakeroot.
+    Closes: #370455
+  * Use gcc in order to benefit from symbol visibility features of gcc
+  * Add AqNone backend to package libaqbanking16 (left out by mistake)
+  * Move documentation and register it with doc-base.
+  * With this rebuild, the transient dependency problems should be fixed.
+    Closes: #372933
+
+ -- Micha Lenk <micha@lenk.info>  Mon, 05 Jun 2006 23:51:26 +0200
+
+libaqbanking (2.0.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Micha Lenk <micha@lenk.info>  Fri, 21 Apr 2006 02:23:56 +0200
+
+libaqbanking (1.9.10.99+1.9.11rc1-1) unstable; urgency=low
+
+  * New upstream release
+    - builds cleanly with gcc-4.1 (closes: #357648)
+    - resulting in new depends (closes: #359883)
+    - new PO file translations (closes: #350795, #350373, #349347)
+  * Several soname changes and according package renamings
+    (closes: #361142)
+  * Tweaked build-deps as needed by configure
+  * Bump shlibs
+  * Patching Makefile.in and Makefile.am preventing FTBFS
+  * Added /u/l/a/p/1/frontends to libqbanking, it is needed by the
+    qbanking fontend and get lost in one of the last version.
+    (Jörg Sommer)
+
+ -- Micha Lenk <micha@lenk.info>  Thu, 30 Mar 2006 23:18:14 +0200
+
+libaqbanking (1.9.6.99+1.9.7beta-3) unstable; urgency=low
+
+  * libaqhbci* now recommends libchipcard2-gwenhywfar38-plugins.
+  * Corrected depends of libaqbanking14-dev (big thanks to Jörg Sommer).
+
+ -- Micha Lenk <micha@lenk.info>  Mon, 27 Feb 2006 01:36:38 +0100
+
+libaqbanking (1.9.6.99+1.9.7beta-2) unstable; urgency=low
+
+  * Thighten build-deps on libchipcard2 as requested by configure
+    (thanks to Jörg Sommer).
+
+ -- Micha Lenk <micha@lenk.info>  Sat, 25 Feb 2006 01:45:55 +0100
+
+libaqbanking (1.9.6.99+1.9.7beta-1) unstable; urgency=low
+
+  * New upstream release, this is the first released package
+    based upon complete new libgwenhywfar series.
+  * Several soname changes and according package renamings.
+  * Split old package libaqbanking0* into new packages libaqbanking14 and
+    libaqbanking++0 (sonames are diverging now).
+  * package libaqbanking-plugins-libgwenhywfar38 now recommends dependencies
+    detected by ${shlibs:depends}, so hopefully nothing gets lost.
+  * Include missing doc/apidoc.h available from CVS.
+
+ -- Micha Lenk <micha@lenk.info>  Tue, 21 Feb 2006 01:05:33 +0100
+
+libaqbanking (1.6.2-5) unstable; urgency=low
+
+  * Fix FTBFS due to xvfb-run wanting root-owned /tmp/.X11-unix.
+    This includes build-depending on fakeroot and typo-fixing
+    src/frontends/g2banking/Makefile.am.
+
+ -- Thomas Viehmann <tv@beamnet.de>  Sun, 12 Feb 2006 20:05:17 +0100
+
+libaqbanking (1.6.2-4) unstable; urgency=low
+
+  * Cleaning changes in src/frontends/g2banking/ reconstructing workaround
+    using xvfb for glade bug (#293059). Sorry for messing this up.
+  * Add depends on libaqdtaus0 and libaqgeldkarte0 to package libaqbaning0-dev
+    (closes: #350309). Depend on libaqofxconnect0 is obsolete as long as the
+    OFX backend isn't packaged due to license conflict (see changelog for
+    1.6.2-2).
+
+ -- Micha Lenk <micha@lenk.info>  Mon, 06 Feb 2006 00:11:01 +0100
+
+libaqbanking (1.6.2-3) unstable; urgency=low
+
+  * Minor corrections in debian/changelog (thanks to Thomas Viehmann)
+
+ -- Micha Lenk <micha@lenk.info>  Sat, 21 Jan 2006 17:28:10 +0100
+
+libaqbanking (1.6.2-2) unstable; urgency=low
+
+  * Disable OFX backend due to license conflict
+    (GPLed libofx agglomerated with OpenSSL in AqBanking)
+  * libaqbanking0c2a now suggesting aqbanking-tool
+
+ -- Micha Lenk <micha@lenk.info>  Wed,  4 Jan 2006 13:17:20 +0100
+
+libaqbanking (1.6.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Break circular dependencies (closes: #342896):
+    + libaqbanking-data recommends libaqbanking0c2a (not depends)
+    + libaqbanking0c2a recommends libaqhbci8 (not depends)
+    + libaqbanking-plugins-libgwenhywfar17 recommends libaqbanking0c2a
+      (not depends)
+  * Move README for aqbanking-tool to default place (closes: #343916)
+
+ -- Micha Lenk <micha@lenk.info>  Tue,  3 Jan 2006 16:52:06 +0100
+
+libaqbanking (1.6.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Add depends on libaqhbci8 to libaqbanking0c2 as requested by upstream
+    developers.
+  * Introduce new virtual package libaqbanking-backend.
+  * Rename packages due to changed libstdc++ configuration (Closes: #339193)
+
+ -- Micha Lenk <micha@lenk.info>  Thu, 24 Nov 2005 20:54:30 +0100
+
+libaqbanking (1.5.99+1.6.0beta-3) unstable; urgency=low
+
+  * Add conflicts/replaces on libkbanking-dev to libaqbanking0-dev
+  * Add depends on libkbanking1 to libaqbanking0-dev
+  * Add conflicts on libkbanking1 (<= 1.0) to libaqbanking0-dev.
+
+ -- Micha Lenk <micha@lenk.info>  Sun, 23 Oct 2005 18:39:03 +0200
+
+libaqbanking (1.5.99+1.6.0beta-2) unstable; urgency=low
+
+  * Bump build-dep on libchipcard2 version
+  * Move OFX backend into separate package libaqbanking-ofx0
+  * Fix a packaging error in package libaqbanking0c2 which caused 
+    usr/lib/aqbanking/plugins/0/imexporters containing itself as a
+    subdirectory.
+  * Add support for kbanking (Closes: #333104)
+    + add build-dep on kdelibs4-dev
+    + add debian/libkbanking1.install.
+
+ -- Micha Lenk <micha@lenk.info>  Sat, 15 Oct 2005 20:44:12 +0200
+
+libaqbanking (1.5.99+1.6.0beta-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Thomas Viehmann <tv@beamnet.de>  Tue,  6 Sep 2005 20:18:10 +0200
+
+libaqbanking (1.5.0.99+1.5.1beta-2) unstable; urgency=low
+
+  * Updated FSF address in debian/copyright
+  * Concise build-dep on libofx-dev version >= 0.8.0-3
+    (earlier packages of libofx-dev had errors, Closes: #326239)
+  * Concise dependencies of libaqbanking-dev on libgwenhywfar-dev version
+  * Concise interdependencies and antidependencies on old packages
+  * Move plugins into corresponding library packages
+  * Bump debian/libaqbanking0c2.shlibs to current version
+
+ -- Micha Lenk <micha@lenk.info>  Sat,  3 Sep 2005 11:41:14 +0200
+
+libaqbanking (1.5.0.99+1.5.1beta-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Thomas Viehmann <tv@beamnet.de>  Mon, 29 Aug 2005 22:39:57 +0200
+
+libaqbanking (1.4.99+1.5.0beta-1) unstable; urgency=low
+
+  * New upstream release
+  * Use xvfb to work around glade bug #293059 in Debian BTS
+
+ -- Thomas Viehmann <tv@beamnet.de>  Tue, 23 Aug 2005 19:33:39 +0200
+
+libaqbanking (1.4.0.99+1.4.1beta-1) unstable; urgency=low
+
+  * New upstream release
+    This folds a lot of packages into one.
+    - disable OFX for now (due to libofx 0.8 not being available)
+    - disable kbanking frontend for now (to stay out of KDE C++
+      transition, but we need QT anyways...)
+    - disable srcdoc call in debian/rules because it's broken upstream
+
+ -- Thomas Viehmann <tv@beamnet.de>  Sat, 20 Aug 2005 23:10:59 +0200
+
+libaqbanking (1.2.0-1) unstable; urgency=low
+
+  * New upstream release
+    - has translation update: closes #313791
+  * Add new package aqbanking-tool
+  * C++ ABI change: rename libaqbanking0 to libaqbanking0c2, bump
+    build-dependencies.
+  * Bump standards to 3.6.2 (no changes necessary).
+  * Replace outdated aqbanking0.shlibs with libaqbanking0c2.shlibs
+    containing just the libraries and not the
+    plugins (Closes: #313578)
+  * Delete generated bank files on clean (Closes: #313581)
+  * Adjust build-dependency on libgwenhywfar-dev
+
+ -- Micha Lenk <micha@lenk.info>  Tue, 26 Jul 2005 02:24:52 +0200
+
+libaqbanking (1.0.9-2) unstable; urgency=low
+
+  * When will Thomas learn to adjust the build-dependency on libgwenhywfar
+    in the -1 releases?
+
+ -- Thomas Viehmann <tv@beamnet.de>  Thu, 28 Apr 2005 09:27:14 +0200
+
+libaqbanking (1.0.9-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Thomas Viehmann <tv@beamnet.de>  Wed, 27 Apr 2005 20:33:53 +0200
+
+libaqbanking (1.0.8-2) unstable; urgency=low
+
+  * Bump version in build-dependency on libgwenhywfar.
+    Closes: #304914
+
+ -- Thomas Viehmann <tv@beamnet.de>  Wed, 20 Apr 2005 20:55:35 +0200
+
+libaqbanking (1.0.8-1) unstable; urgency=low
+
+  * New upstream release
+  * Added watch file
+
+ -- Thomas Viehmann <tv@beamnet.de>  Wed, 13 Apr 2005 22:03:31 +0200
+
+libaqbanking (1.0.7-3) unstable; urgency=low
+
+  * Fix typo in dependencies.
+  * This is ready for debian upload
+    (Not yet closing ITP bug #292218 because qbankmanager is not yet
+     being uploaded.)
+
+ -- Thomas Viehmann <tv@beamnet.de>  Wed,  6 Apr 2005 20:05:18 +0200
+
+libaqbanking (1.0.7-2) unstable; urgency=low
+
+  * Add dependencies for -dev-Package.
+
+ -- Thomas Viehmann <tv@beamnet.de>  Sat,  2 Apr 2005 19:32:01 +0200
+
+libaqbanking (1.0.7-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Thomas Viehmann <tv@beamnet.de>  Thu, 31 Mar 2005 17:06:15 +0200
+
+libaqbanking (1.0.6-3) unstable; urgency=low
+
+  * Undid plugin merge. Sorry.
+
+ -- Thomas Viehmann <tv@beamnet.de>  Sat, 26 Mar 2005 18:04:33 +0100
+
+libaqbanking (1.0.6-2) unstable; urgency=low
+
+  * Removed replaces of the -dev package.
+  * Changes source section to libs
+  * Added SSL license exception from COPYING to debian/copyright.
+
+ -- Thomas Viehmann <tv@beamnet.de>  Sun, 20 Mar 2005 17:30:50 +0100
+
+libaqbanking (1.0.6-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Micha Lenk <micha@lenk.info>  Thu, 24 Feb 2005 20:52:47 +0100
+
+libaqbanking (1.0.4.99+1.0.5beta-2) unstable; urgency=low
+
+  * Added missing package dependencies for conflicts with earlier plug-in
+    packages.
+
+ -- Micha Lenk <micha@lenk.info>  Mon, 21 Feb 2005 12:25:39 +0100
+
+libaqbanking (1.0.4.99+1.0.5beta-1) unstable; urgency=low
+
+  * New upstream release.
+  * Merged plug-in packages into package libgwenhywfar0 because
+    there is no need for separate packages.
+
+ -- Micha Lenk <micha@lenk.info>  Mon, 21 Feb 2005 12:06:13 +0100
+
+libaqbanking (1.0.3.99+1.0.4beta-2) unstable; urgency=low
+
+  * New package libaqbanking-doc containing the API documentation.
+  * Added dependency on libgwenhywfar17 to plugin package.
+  * Changed build dependency on libofx, now requiring at least LibOFX 0.7.
+
+ -- Micha Lenk <micha@lenk.info>  Sat,  5 Feb 2005 23:10:31 +0100
+
+libaqbanking (1.0.3.99+1.0.4beta-1) unstable; urgency=low
+
+  * New upstream release
+  * Note: All errors are still mine, despite Micha's name in
+    the maintainer field.
+
+ -- Thomas Viehmann <tv@beamnet.de>  Mon, 31 Jan 2005 18:35:05 +0100
+
+libaqbanking (1.0.2.99+1.0.3beta-1) unstable; urgency=low
+
+  * New upstream release
+  * Merged Micha Lenks packaging
+    (Among stuff, this renames aqbanking to libaqbanking.)
+
+ -- Thomas Viehmann <tv@beamnet.de>  Thu, 27 Jan 2005 18:05:16 +0100
+
+aqbanking (1.0.1.99+1.0.2beta-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Thomas Viehmann <tv@beamnet.de>  Tue, 25 Jan 2005 17:06:10 +0100
+
+aqbanking (0.9.6+cvs.20040928-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Thomas Viehmann <tv@beamnet.de>  Tue, 28 Sep 2004 19:31:18 +0200
+
+aqbanking (0.9.5+cvs.20040924-1) unstable; urgency=low
+
+  * CVS sync.
+
+ -- Thomas Viehmann <tv@beamnet.de>  Fri, 24 Sep 2004 19:09:41 +0200
+
+aqbanking (0.9.2+cvs.20040912-1) unstable; urgency=low
+
+  * Initial packaging
+
+ -- Thomas Viehmann <tv@beamnet.de>  Sun, 12 Sep 2004 13:22:50 +0200
+
--- libaqbanking-4.2.0.orig/debian/libqbanking8.docs
+++ libaqbanking-4.2.0/debian/libqbanking8.docs
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README
--- libaqbanking-4.2.0.orig/debian/AqBanking2/g2banking.glade
+++ libaqbanking-4.2.0/debian/AqBanking2/g2banking.glade
@@ -0,0 +1,933 @@
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
+<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
+
+<glade-interface>
+
+<widget class="GtkDialog" id="GBConnectionDialog">
+  <property name="visible">True</property>
+  <property name="title" translatable="yes">dialog1</property>
+  <property name="type">GTK_WINDOW_TOPLEVEL</property>
+  <property name="window_position">GTK_WIN_POS_NONE</property>
+  <property name="modal">False</property>
+  <property name="resizable">True</property>
+  <property name="destroy_with_parent">False</property>
+  <property name="decorated">True</property>
+  <property name="skip_taskbar_hint">False</property>
+  <property name="skip_pager_hint">False</property>
+  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
+  <property name="urgency_hint">False</property>
+  <property name="has_separator">True</property>
+
+  <child internal-child="vbox">
+    <widget class="GtkVBox" id="dialog-vbox1">
+      <property name="visible">True</property>
+      <property name="homogeneous">False</property>
+      <property name="spacing">0</property>
+
+      <child internal-child="action_area">
+	<widget class="GtkHButtonBox" id="dialog-action_area1">
+	  <property name="visible">True</property>
+	  <property name="layout_style">GTK_BUTTONBOX_END</property>
+
+	  <child>
+	    <widget class="GtkButton" id="closeButton">
+	      <property name="visible">True</property>
+	      <property name="can_default">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="label">gtk-close</property>
+	      <property name="use_stock">True</property>
+	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
+	      <property name="response_id">-7</property>
+	    </widget>
+	  </child>
+
+	  <child>
+	    <widget class="GtkButton" id="abortButton">
+	      <property name="visible">True</property>
+	      <property name="can_default">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="label">gtk-cancel</property>
+	      <property name="use_stock">True</property>
+	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
+	      <property name="response_id">-6</property>
+	    </widget>
+	  </child>
+	</widget>
+	<packing>
+	  <property name="padding">0</property>
+	  <property name="expand">False</property>
+	  <property name="fill">True</property>
+	  <property name="pack_type">GTK_PACK_END</property>
+	</packing>
+      </child>
+
+      <child>
+	<widget class="GtkVBox" id="vbox1">
+	  <property name="visible">True</property>
+	  <property name="homogeneous">False</property>
+	  <property name="spacing">0</property>
+
+	  <child>
+	    <widget class="GtkVBox" id="vbox2">
+	      <property name="visible">True</property>
+	      <property name="homogeneous">False</property>
+	      <property name="spacing">0</property>
+
+	      <child>
+		<widget class="GtkLabel" id="titleText">
+		  <property name="visible">True</property>
+		  <property name="label" translatable="yes">--Text--</property>
+		  <property name="use_underline">False</property>
+		  <property name="use_markup">True</property>
+		  <property name="justify">GTK_JUSTIFY_LEFT</property>
+		  <property name="wrap">True</property>
+		  <property name="selectable">False</property>
+		  <property name="xalign">0.5</property>
+		  <property name="yalign">0.5</property>
+		  <property name="xpad">0</property>
+		  <property name="ypad">0</property>
+		</widget>
+		<packing>
+		  <property name="padding">0</property>
+		  <property name="expand">False</property>
+		  <property name="fill">True</property>
+		</packing>
+	      </child>
+
+	      <child>
+		<widget class="GtkScrolledWindow" id="scrolledwindow1">
+		  <property name="visible">True</property>
+		  <property name="can_focus">True</property>
+		  <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
+		  <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
+		  <property name="shadow_type">GTK_SHADOW_NONE</property>
+		  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
+
+		  <child>
+		    <widget class="GtkTextView" id="logText">
+		      <property name="visible">True</property>
+		      <property name="can_focus">True</property>
+		      <property name="editable">True</property>
+		      <property name="overwrite">False</property>
+		      <property name="accepts_tab">True</property>
+		      <property name="justification">GTK_JUSTIFY_LEFT</property>
+		      <property name="wrap_mode">GTK_WRAP_NONE</property>
+		      <property name="cursor_visible">True</property>
+		      <property name="pixels_above_lines">0</property>
+		      <property name="pixels_below_lines">0</property>
+		      <property name="pixels_inside_wrap">0</property>
+		      <property name="left_margin">0</property>
+		      <property name="right_margin">0</property>
+		      <property name="indent">0</property>
+		      <property name="text" translatable="yes">test</property>
+		    </widget>
+		  </child>
+		</widget>
+		<packing>
+		  <property name="padding">0</property>
+		  <property name="expand">True</property>
+		  <property name="fill">True</property>
+		</packing>
+	      </child>
+	    </widget>
+	    <packing>
+	      <property name="padding">0</property>
+	      <property name="expand">True</property>
+	      <property name="fill">True</property>
+	    </packing>
+	  </child>
+
+	  <child>
+	    <widget class="GtkVBox" id="vbox3">
+	      <property name="visible">True</property>
+	      <property name="homogeneous">False</property>
+	      <property name="spacing">0</property>
+
+	      <child>
+		<widget class="GtkTable" id="table1">
+		  <property name="visible">True</property>
+		  <property name="n_rows">1</property>
+		  <property name="n_columns">2</property>
+		  <property name="homogeneous">False</property>
+		  <property name="row_spacing">0</property>
+		  <property name="column_spacing">0</property>
+
+		  <child>
+		    <widget class="GtkLabel" id="label3">
+		      <property name="visible">True</property>
+		      <property name="label" translatable="yes">Progress</property>
+		      <property name="use_underline">False</property>
+		      <property name="use_markup">True</property>
+		      <property name="justify">GTK_JUSTIFY_LEFT</property>
+		      <property name="wrap">False</property>
+		      <property name="selectable">False</property>
+		      <property name="xalign">0</property>
+		      <property name="yalign">0.5</property>
+		      <property name="xpad">0</property>
+		      <property name="ypad">0</property>
+		    </widget>
+		    <packing>
+		      <property name="left_attach">0</property>
+		      <property name="right_attach">1</property>
+		      <property name="top_attach">0</property>
+		      <property name="bottom_attach">1</property>
+		      <property name="x_options">shrink|fill</property>
+		      <property name="y_options"></property>
+		    </packing>
+		  </child>
+
+		  <child>
+		    <widget class="GtkProgressBar" id="progressBar">
+		      <property name="visible">True</property>
+		      <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property>
+		      <property name="fraction">0</property>
+		      <property name="pulse_step">0.10000000149</property>
+		      <property name="text" translatable="yes"></property>
+		    </widget>
+		    <packing>
+		      <property name="left_attach">1</property>
+		      <property name="right_attach">2</property>
+		      <property name="top_attach">0</property>
+		      <property name="bottom_attach">1</property>
+		      <property name="y_options">shrink</property>
+		    </packing>
+		  </child>
+		</widget>
+		<packing>
+		  <property name="padding">0</property>
+		  <property name="expand">True</property>
+		  <property name="fill">True</property>
+		</packing>
+	      </child>
+	    </widget>
+	    <packing>
+	      <property name="padding">0</property>
+	      <property name="expand">False</property>
+	      <property name="fill">True</property>
+	    </packing>
+	  </child>
+	</widget>
+	<packing>
+	  <property name="padding">0</property>
+	  <property name="expand">True</property>
+	  <property name="fill">True</property>
+	</packing>
+      </child>
+    </widget>
+  </child>
+</widget>
+
+<widget class="GtkWindow" id="GBSimpleBox">
+  <property name="visible">True</property>
+  <property name="title" translatable="yes">Message</property>
+  <property name="type">GTK_WINDOW_TOPLEVEL</property>
+  <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+  <property name="modal">False</property>
+  <property name="resizable">True</property>
+  <property name="destroy_with_parent">False</property>
+  <property name="decorated">True</property>
+  <property name="skip_taskbar_hint">False</property>
+  <property name="skip_pager_hint">False</property>
+  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
+  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
+  <property name="urgency_hint">False</property>
+
+  <child>
+    <widget class="GtkLabel" id="textLabel">
+      <property name="visible">True</property>
+      <property name="label" translatable="yes">label4</property>
+      <property name="use_underline">False</property>
+      <property name="use_markup">True</property>
+      <property name="justify">GTK_JUSTIFY_LEFT</property>
+      <property name="wrap">False</property>
+      <property name="selectable">False</property>
+      <property name="xalign">0.5</property>
+      <property name="yalign">0.5</property>
+      <property name="xpad">0</property>
+      <property name="ypad">0</property>
+    </widget>
+  </child>
+</widget>
+
+<widget class="GtkWindow" id="GBJobView">
+  <property name="visible">True</property>
+  <property name="title" translatable="yes">Outbox</property>
+  <property name="type">GTK_WINDOW_TOPLEVEL</property>
+  <property name="window_position">GTK_WIN_POS_NONE</property>
+  <property name="modal">False</property>
+  <property name="resizable">True</property>
+  <property name="destroy_with_parent">True</property>
+  <property name="decorated">True</property>
+  <property name="skip_taskbar_hint">False</property>
+  <property name="skip_pager_hint">False</property>
+  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
+  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
+  <property name="urgency_hint">False</property>
+
+  <child>
+    <widget class="GtkHBox" id="GBJobViewContent">
+      <property name="visible">True</property>
+      <property name="homogeneous">False</property>
+      <property name="spacing">0</property>
+
+      <child>
+	<widget class="GtkScrolledWindow" id="scrolledwindow2">
+	  <property name="visible">True</property>
+	  <property name="can_focus">True</property>
+	  <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
+	  <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
+	  <property name="shadow_type">GTK_SHADOW_NONE</property>
+	  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
+
+	  <child>
+	    <widget class="GtkTreeView" id="jobListView">
+	      <property name="visible">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="headers_visible">True</property>
+	      <property name="rules_hint">False</property>
+	      <property name="reorderable">True</property>
+	      <property name="enable_search">True</property>
+	      <property name="fixed_height_mode">False</property>
+	      <property name="hover_selection">False</property>
+	      <property name="hover_expand">False</property>
+	    </widget>
+	  </child>
+	</widget>
+	<packing>
+	  <property name="padding">0</property>
+	  <property name="expand">True</property>
+	  <property name="fill">True</property>
+	</packing>
+      </child>
+
+      <child>
+	<widget class="GtkVButtonBox" id="vbuttonbox1">
+	  <property name="visible">True</property>
+	  <property name="layout_style">GTK_BUTTONBOX_START</property>
+	  <property name="spacing">0</property>
+
+	  <child>
+	    <widget class="GtkButton" id="dequeueButton">
+	      <property name="visible">True</property>
+	      <property name="can_default">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
+
+	      <child>
+		<widget class="GtkAlignment" id="alignment2">
+		  <property name="visible">True</property>
+		  <property name="xalign">0.5</property>
+		  <property name="yalign">0.5</property>
+		  <property name="xscale">0</property>
+		  <property name="yscale">0</property>
+		  <property name="top_padding">0</property>
+		  <property name="bottom_padding">0</property>
+		  <property name="left_padding">0</property>
+		  <property name="right_padding">0</property>
+
+		  <child>
+		    <widget class="GtkHBox" id="hbox3">
+		      <property name="visible">True</property>
+		      <property name="homogeneous">False</property>
+		      <property name="spacing">2</property>
+
+		      <child>
+			<widget class="GtkImage" id="image2">
+			  <property name="visible">True</property>
+			  <property name="stock">gtk-delete</property>
+			  <property name="icon_size">4</property>
+			  <property name="xalign">0.5</property>
+			  <property name="yalign">0.5</property>
+			  <property name="xpad">0</property>
+			  <property name="ypad">0</property>
+			</widget>
+			<packing>
+			  <property name="padding">0</property>
+			  <property name="expand">False</property>
+			  <property name="fill">False</property>
+			</packing>
+		      </child>
+
+		      <child>
+			<widget class="GtkLabel" id="label5">
+			  <property name="visible">True</property>
+			  <property name="label" translatable="yes">Dequeue</property>
+			  <property name="use_underline">True</property>
+			  <property name="use_markup">True</property>
+			  <property name="justify">GTK_JUSTIFY_LEFT</property>
+			  <property name="wrap">False</property>
+			  <property name="selectable">False</property>
+			  <property name="xalign">0.5</property>
+			  <property name="yalign">0.5</property>
+			  <property name="xpad">0</property>
+			  <property name="ypad">0</property>
+			</widget>
+			<packing>
+			  <property name="padding">0</property>
+			  <property name="expand">False</property>
+			  <property name="fill">False</property>
+			</packing>
+		      </child>
+		    </widget>
+		  </child>
+		</widget>
+	      </child>
+	    </widget>
+	  </child>
+
+	  <child>
+	    <widget class="GtkButton" id="execButton">
+	      <property name="visible">True</property>
+	      <property name="can_default">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
+
+	      <child>
+		<widget class="GtkAlignment" id="alignment1">
+		  <property name="visible">True</property>
+		  <property name="xalign">0.5</property>
+		  <property name="yalign">0.5</property>
+		  <property name="xscale">0</property>
+		  <property name="yscale">0</property>
+		  <property name="top_padding">0</property>
+		  <property name="bottom_padding">0</property>
+		  <property name="left_padding">0</property>
+		  <property name="right_padding">0</property>
+
+		  <child>
+		    <widget class="GtkHBox" id="hbox2">
+		      <property name="visible">True</property>
+		      <property name="homogeneous">False</property>
+		      <property name="spacing">2</property>
+
+		      <child>
+			<widget class="GtkImage" id="image1">
+			  <property name="visible">True</property>
+			  <property name="stock">gtk-execute</property>
+			  <property name="icon_size">4</property>
+			  <property name="xalign">0.5</property>
+			  <property name="yalign">0.5</property>
+			  <property name="xpad">0</property>
+			  <property name="ypad">0</property>
+			</widget>
+			<packing>
+			  <property name="padding">0</property>
+			  <property name="expand">False</property>
+			  <property name="fill">False</property>
+			</packing>
+		      </child>
+
+		      <child>
+			<widget class="GtkLabel" id="label4">
+			  <property name="visible">True</property>
+			  <property name="label" translatable="yes">Execute</property>
+			  <property name="use_underline">True</property>
+			  <property name="use_markup">True</property>
+			  <property name="justify">GTK_JUSTIFY_LEFT</property>
+			  <property name="wrap">False</property>
+			  <property name="selectable">False</property>
+			  <property name="xalign">0.5</property>
+			  <property name="yalign">0.5</property>
+			  <property name="xpad">0</property>
+			  <property name="ypad">0</property>
+			</widget>
+			<packing>
+			  <property name="padding">0</property>
+			  <property name="expand">False</property>
+			  <property name="fill">False</property>
+			</packing>
+		      </child>
+		    </widget>
+		  </child>
+		</widget>
+	      </child>
+	    </widget>
+	  </child>
+	</widget>
+	<packing>
+	  <property name="padding">0</property>
+	  <property name="expand">False</property>
+	  <property name="fill">False</property>
+	</packing>
+      </child>
+    </widget>
+  </child>
+</widget>
+
+<widget class="GtkDialog" id="GBInputBox">
+  <property name="visible">True</property>
+  <property name="title" translatable="yes">Input</property>
+  <property name="type">GTK_WINDOW_TOPLEVEL</property>
+  <property name="window_position">GTK_WIN_POS_NONE</property>
+  <property name="modal">True</property>
+  <property name="resizable">True</property>
+  <property name="destroy_with_parent">False</property>
+  <property name="decorated">True</property>
+  <property name="skip_taskbar_hint">False</property>
+  <property name="skip_pager_hint">False</property>
+  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
+  <property name="urgency_hint">False</property>
+  <property name="has_separator">True</property>
+
+  <child internal-child="vbox">
+    <widget class="GtkVBox" id="dialog-vbox2">
+      <property name="visible">True</property>
+      <property name="homogeneous">False</property>
+      <property name="spacing">0</property>
+
+      <child internal-child="action_area">
+	<widget class="GtkHButtonBox" id="dialog-action_area2">
+	  <property name="visible">True</property>
+	  <property name="layout_style">GTK_BUTTONBOX_END</property>
+
+	  <child>
+	    <widget class="GtkButton" id="abortbutton">
+	      <property name="visible">True</property>
+	      <property name="can_default">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="label">gtk-cancel</property>
+	      <property name="use_stock">True</property>
+	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
+	      <property name="response_id">-6</property>
+	    </widget>
+	  </child>
+
+	  <child>
+	    <widget class="GtkButton" id="okButton">
+	      <property name="visible">True</property>
+	      <property name="can_default">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="label">gtk-ok</property>
+	      <property name="use_stock">True</property>
+	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
+	      <property name="response_id">-5</property>
+	    </widget>
+	  </child>
+	</widget>
+	<packing>
+	  <property name="padding">0</property>
+	  <property name="expand">False</property>
+	  <property name="fill">True</property>
+	  <property name="pack_type">GTK_PACK_END</property>
+	</packing>
+      </child>
+
+      <child>
+	<widget class="GtkVBox" id="vbox5">
+	  <property name="visible">True</property>
+	  <property name="homogeneous">False</property>
+	  <property name="spacing">0</property>
+
+	  <child>
+	    <widget class="GtkLabel" id="textLabel">
+	      <property name="visible">True</property>
+	      <property name="label" translatable="yes">label8</property>
+	      <property name="use_underline">False</property>
+	      <property name="use_markup">True</property>
+	      <property name="justify">GTK_JUSTIFY_LEFT</property>
+	      <property name="wrap">False</property>
+	      <property name="selectable">False</property>
+	      <property name="xalign">0.5</property>
+	      <property name="yalign">0.5</property>
+	      <property name="xpad">0</property>
+	      <property name="ypad">0</property>
+	    </widget>
+	    <packing>
+	      <property name="padding">0</property>
+	      <property name="expand">True</property>
+	      <property name="fill">True</property>
+	    </packing>
+	  </child>
+
+	  <child>
+	    <widget class="GtkTable" id="table3">
+	      <property name="visible">True</property>
+	      <property name="n_rows">2</property>
+	      <property name="n_columns">2</property>
+	      <property name="homogeneous">False</property>
+	      <property name="row_spacing">0</property>
+	      <property name="column_spacing">0</property>
+
+	      <child>
+		<widget class="GtkLabel" id="label9">
+		  <property name="visible">True</property>
+		  <property name="label" translatable="yes">Input</property>
+		  <property name="use_underline">False</property>
+		  <property name="use_markup">True</property>
+		  <property name="justify">GTK_JUSTIFY_LEFT</property>
+		  <property name="wrap">False</property>
+		  <property name="selectable">False</property>
+		  <property name="xalign">0</property>
+		  <property name="yalign">0.5</property>
+		  <property name="xpad">0</property>
+		  <property name="ypad">0</property>
+		</widget>
+		<packing>
+		  <property name="left_attach">0</property>
+		  <property name="right_attach">1</property>
+		  <property name="top_attach">0</property>
+		  <property name="bottom_attach">1</property>
+		  <property name="x_options">fill</property>
+		  <property name="y_options"></property>
+		</packing>
+	      </child>
+
+	      <child>
+		<widget class="GtkLabel" id="confirmLabel">
+		  <property name="label" translatable="yes">Confirm</property>
+		  <property name="use_underline">False</property>
+		  <property name="use_markup">True</property>
+		  <property name="justify">GTK_JUSTIFY_LEFT</property>
+		  <property name="wrap">False</property>
+		  <property name="selectable">False</property>
+		  <property name="xalign">0</property>
+		  <property name="yalign">0.5</property>
+		  <property name="xpad">0</property>
+		  <property name="ypad">0</property>
+		</widget>
+		<packing>
+		  <property name="left_attach">0</property>
+		  <property name="right_attach">1</property>
+		  <property name="top_attach">1</property>
+		  <property name="bottom_attach">2</property>
+		  <property name="x_options">fill</property>
+		  <property name="y_options"></property>
+		</packing>
+	      </child>
+
+	      <child>
+		<widget class="GtkEntry" id="inputEntry">
+		  <property name="visible">True</property>
+		  <property name="can_focus">True</property>
+		  <property name="editable">True</property>
+		  <property name="visibility">True</property>
+		  <property name="max_length">0</property>
+		  <property name="text" translatable="yes"></property>
+		  <property name="has_frame">True</property>
+		  <property name="invisible_char">*</property>
+		  <property name="activates_default">False</property>
+		</widget>
+		<packing>
+		  <property name="left_attach">1</property>
+		  <property name="right_attach">2</property>
+		  <property name="top_attach">0</property>
+		  <property name="bottom_attach">1</property>
+		  <property name="y_options"></property>
+		</packing>
+	      </child>
+
+	      <child>
+		<widget class="GtkEntry" id="confirmEntry">
+		  <property name="can_focus">True</property>
+		  <property name="editable">True</property>
+		  <property name="visibility">True</property>
+		  <property name="max_length">0</property>
+		  <property name="text" translatable="yes"></property>
+		  <property name="has_frame">True</property>
+		  <property name="invisible_char">*</property>
+		  <property name="activates_default">False</property>
+		</widget>
+		<packing>
+		  <property name="left_attach">1</property>
+		  <property name="right_attach">2</property>
+		  <property name="top_attach">1</property>
+		  <property name="bottom_attach">2</property>
+		  <property name="y_options"></property>
+		</packing>
+	      </child>
+	    </widget>
+	    <packing>
+	      <property name="padding">0</property>
+	      <property name="expand">False</property>
+	      <property name="fill">False</property>
+	    </packing>
+	  </child>
+	</widget>
+	<packing>
+	  <property name="padding">0</property>
+	  <property name="expand">True</property>
+	  <property name="fill">True</property>
+	</packing>
+      </child>
+    </widget>
+  </child>
+</widget>
+
+<widget class="GtkDialog" id="GBMessageBox">
+  <property name="visible">True</property>
+  <property name="title" translatable="yes">Message</property>
+  <property name="type">GTK_WINDOW_TOPLEVEL</property>
+  <property name="window_position">GTK_WIN_POS_NONE</property>
+  <property name="modal">True</property>
+  <property name="resizable">True</property>
+  <property name="destroy_with_parent">True</property>
+  <property name="decorated">True</property>
+  <property name="skip_taskbar_hint">False</property>
+  <property name="skip_pager_hint">False</property>
+  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
+  <property name="urgency_hint">False</property>
+  <property name="has_separator">True</property>
+
+  <child internal-child="vbox">
+    <widget class="GtkVBox" id="dialog-vbox3">
+      <property name="visible">True</property>
+      <property name="homogeneous">False</property>
+      <property name="spacing">0</property>
+
+      <child internal-child="action_area">
+	<widget class="GtkHButtonBox" id="dialog-action_area3">
+	  <property name="visible">True</property>
+	  <property name="layout_style">GTK_BUTTONBOX_END</property>
+
+	  <child>
+	    <widget class="GtkButton" id="button1">
+	      <property name="visible">True</property>
+	      <property name="can_default">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="label" translatable="yes">button1</property>
+	      <property name="use_underline">True</property>
+	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
+	      <property name="response_id">0</property>
+	    </widget>
+	  </child>
+
+	  <child>
+	    <widget class="GtkButton" id="button2">
+	      <property name="can_default">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="label" translatable="yes">button2</property>
+	      <property name="use_underline">True</property>
+	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
+	      <property name="response_id">0</property>
+	    </widget>
+	  </child>
+
+	  <child>
+	    <widget class="GtkButton" id="button3">
+	      <property name="can_default">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="label" translatable="yes">button3</property>
+	      <property name="use_underline">True</property>
+	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
+	      <property name="response_id">0</property>
+	    </widget>
+	  </child>
+	</widget>
+	<packing>
+	  <property name="padding">0</property>
+	  <property name="expand">False</property>
+	  <property name="fill">True</property>
+	  <property name="pack_type">GTK_PACK_END</property>
+	</packing>
+      </child>
+
+      <child>
+	<widget class="GtkLabel" id="textLabel">
+	  <property name="visible">True</property>
+	  <property name="label" translatable="yes">label0</property>
+	  <property name="use_underline">False</property>
+	  <property name="use_markup">True</property>
+	  <property name="justify">GTK_JUSTIFY_LEFT</property>
+	  <property name="wrap">True</property>
+	  <property name="selectable">False</property>
+	  <property name="xalign">0.5</property>
+	  <property name="yalign">0.5</property>
+	  <property name="xpad">0</property>
+	  <property name="ypad">0</property>
+	</widget>
+	<packing>
+	  <property name="padding">0</property>
+	  <property name="expand">True</property>
+	  <property name="fill">True</property>
+	</packing>
+      </child>
+    </widget>
+  </child>
+</widget>
+
+<widget class="GtkWindow" id="GBProfileView">
+  <property name="visible">True</property>
+  <property name="title" translatable="yes">Profiles</property>
+  <property name="type">GTK_WINDOW_TOPLEVEL</property>
+  <property name="window_position">GTK_WIN_POS_NONE</property>
+  <property name="modal">False</property>
+  <property name="resizable">True</property>
+  <property name="destroy_with_parent">False</property>
+  <property name="decorated">True</property>
+  <property name="skip_taskbar_hint">False</property>
+  <property name="skip_pager_hint">False</property>
+  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
+  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
+  <property name="urgency_hint">False</property>
+
+  <child>
+    <widget class="GtkHBox" id="hbox4">
+      <property name="visible">True</property>
+      <property name="homogeneous">False</property>
+      <property name="spacing">0</property>
+
+      <child>
+	<widget class="GtkScrolledWindow" id="scrolledwindow3">
+	  <property name="visible">True</property>
+	  <property name="can_focus">True</property>
+	  <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
+	  <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
+	  <property name="shadow_type">GTK_SHADOW_IN</property>
+	  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
+
+	  <child>
+	    <widget class="GtkTreeView" id="profileListView">
+	      <property name="visible">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="headers_visible">True</property>
+	      <property name="rules_hint">False</property>
+	      <property name="reorderable">False</property>
+	      <property name="enable_search">True</property>
+	      <property name="fixed_height_mode">False</property>
+	      <property name="hover_selection">False</property>
+	      <property name="hover_expand">False</property>
+	    </widget>
+	  </child>
+	</widget>
+	<packing>
+	  <property name="padding">0</property>
+	  <property name="expand">True</property>
+	  <property name="fill">True</property>
+	</packing>
+      </child>
+
+      <child>
+	<widget class="GtkVButtonBox" id="vbuttonbox2">
+	  <property name="visible">True</property>
+	  <property name="layout_style">GTK_BUTTONBOX_START</property>
+	  <property name="spacing">0</property>
+
+	  <child>
+	    <widget class="GtkButton" id="newButton">
+	      <property name="visible">True</property>
+	      <property name="can_default">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="label">gtk-new</property>
+	      <property name="use_stock">True</property>
+	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
+	    </widget>
+	  </child>
+
+	  <child>
+	    <widget class="GtkButton" id="editButton">
+	      <property name="visible">True</property>
+	      <property name="can_default">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="label">gtk-edit</property>
+	      <property name="use_stock">True</property>
+	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
+	    </widget>
+	  </child>
+
+	  <child>
+	    <widget class="GtkButton" id="copyButton">
+	      <property name="visible">True</property>
+	      <property name="can_default">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
+
+	      <child>
+		<widget class="GtkAlignment" id="alignment3">
+		  <property name="visible">True</property>
+		  <property name="xalign">0.5</property>
+		  <property name="yalign">0.5</property>
+		  <property name="xscale">0</property>
+		  <property name="yscale">0</property>
+		  <property name="top_padding">0</property>
+		  <property name="bottom_padding">0</property>
+		  <property name="left_padding">0</property>
+		  <property name="right_padding">0</property>
+
+		  <child>
+		    <widget class="GtkHBox" id="hbox5">
+		      <property name="visible">True</property>
+		      <property name="homogeneous">False</property>
+		      <property name="spacing">2</property>
+
+		      <child>
+			<widget class="GtkImage" id="image3">
+			  <property name="visible">True</property>
+			  <property name="stock">gtk-copy</property>
+			  <property name="icon_size">4</property>
+			  <property name="xalign">0.5</property>
+			  <property name="yalign">0.5</property>
+			  <property name="xpad">0</property>
+			  <property name="ypad">0</property>
+			</widget>
+			<packing>
+			  <property name="padding">0</property>
+			  <property name="expand">False</property>
+			  <property name="fill">False</property>
+			</packing>
+		      </child>
+
+		      <child>
+			<widget class="GtkLabel" id="label10">
+			  <property name="visible">True</property>
+			  <property name="label" translatable="yes">Copy</property>
+			  <property name="use_underline">True</property>
+			  <property name="use_markup">False</property>
+			  <property name="justify">GTK_JUSTIFY_LEFT</property>
+			  <property name="wrap">False</property>
+			  <property name="selectable">False</property>
+			  <property name="xalign">0.5</property>
+			  <property name="yalign">0.5</property>
+			  <property name="xpad">0</property>
+			  <property name="ypad">0</property>
+			</widget>
+			<packing>
+			  <property name="padding">0</property>
+			  <property name="expand">False</property>
+			  <property name="fill">False</property>
+			</packing>
+		      </child>
+		    </widget>
+		  </child>
+		</widget>
+	      </child>
+	    </widget>
+	  </child>
+
+	  <child>
+	    <widget class="GtkButton" id="deleteButton">
+	      <property name="visible">True</property>
+	      <property name="can_default">True</property>
+	      <property name="can_focus">True</property>
+	      <property name="label">gtk-remove</property>
+	      <property name="use_stock">True</property>
+	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
+	    </widget>
+	  </child>
+	</widget>
+	<packing>
+	  <property name="padding">0</property>
+	  <property name="expand">False</property>
+	  <property name="fill">True</property>
+	</packing>
+      </child>
+    </widget>
+  </child>
+</widget>
+
+</glade-interface>
--- libaqbanking-4.2.0.orig/debian/AqBanking2/imexporters/qif/profiles/default.conf
+++ libaqbanking-4.2.0/debian/AqBanking2/imexporters/qif/profiles/default.conf
@@ -0,0 +1,11 @@
+
+char name="default"
+char shortDescr="Quicken Interchange Format"
+char version="2.3.3"
+char longDescr="This profile supports the QIF format used by Quicken"
+int import="1"
+int export="1"
+
+params {
+}
+
--- libaqbanking-4.2.0.orig/debian/AqBanking2/imexporters/eri2/profiles/default.conf
+++ libaqbanking-4.2.0/debian/AqBanking2/imexporters/eri2/profiles/default.conf
@@ -0,0 +1,16 @@
+
+char name="default"
+char shortDescr="default Rabobank ERI (mut.asc)"
+char version="2.3.3"
+char longDescr="This profile supports the ERI format used by Rabobank mut.asc files"
+int import="1"
+int export="0"
+
+# default bank name
+bankName="Rabobank"
+currency="EUR"
+dateFormat="YYMMDD"
+
+params {
+}
+
--- libaqbanking-4.2.0.orig/debian/doc/Makefile
+++ libaqbanking-4.2.0/debian/doc/Makefile
@@ -0,0 +1,34 @@
+all: aqhbci-tool4.1 hbcixml3.1 qb-help8.1 aqbanking-config.1
+
+aqhbci-tool4.1.xml: aqhbci-tool4.1.txt aqhbci-tool4.1.generated.txt
+	asciidoc -d manpage -b docbook aqhbci-tool4.1.txt
+
+hbcixml3.1.xml: hbcixml3.1.txt hbcixml3.1.generated.txt
+	asciidoc -d manpage -b docbook hbcixml3.1.txt
+
+aqbanking-config.1.xml: aqbanking-config.1.txt aqbanking-config.1.generated.txt
+	asciidoc -d manpage -b docbook aqbanking-config.1.txt
+
+hbcixml3.1.generated.txt: ../../src/plugins/backends/aqhbci/tools/hbcixml/hbcixml3
+	../../src/plugins/backends/aqhbci/tools/hbcixml/hbcixml3 --help 2>&1 \
+		| sed -e '1,/^ General Options:/d;s/^ -\([a-z-][^-]*\)\s\+-/-\1::\n    /;s/\s*::/::/;s/^ \(Special Options.*\):/=== \1/;/^\s*RDH/s/RDH/* RDH/;/^\s*DDV/s/DDV/* DDV/;/^\(The simplest usage.*\)/,$$d' \
+		> hbcixml3.1.generated.txt
+
+aqhbci-tool4.1.generated.txt: ../../src/plugins/backends/aqhbci/tools/aqhbci-tool/aqhbci-tool4
+	../../src/plugins/backends/aqhbci/tools/aqhbci-tool/aqhbci-tool4 --help 2>&1 \
+		| sed -e 's/^Usage:.*//;s/^Global Options:.*//;s/:$$/::/g;s/^\(\S\+.*\)::$$/== \1/g;s/^  \(\S\+\)::/\1::/g;s/^ \[\(.*\)\]/\1::/g' \
+		> aqhbci-tool4.1.generated.txt
+
+aqbanking-config.1.generated.txt: ../../aqbanking-config
+	../../aqbanking-config --help \
+		| sed -e 's/^Usage:.*//;s/^.*aqbanking-config --\(\w\+\)/--\1::\n/;' \
+		> aqbanking-config.1.generated.txt
+
+%.xml:	%.txt
+	asciidoc -d manpage -b docbook $*.txt
+
+%: %.xml
+	xmlto man $*.xml
+
+clean:
+	rm -f *.generated.txt *.xml *.1
--- libaqbanking-4.2.0.orig/debian/doc/aqbanking-config.1.txt
+++ libaqbanking-4.2.0/debian/doc/aqbanking-config.1.txt
@@ -0,0 +1,38 @@
+AQBANKING-CONFIG(1)
+===================
+Micha Lenk <micha@lenk.info>
+
+NAME
+----
+aqbanking-config - A little program to output installation paths
+
+SYNOPSIS
+--------
+'aqbanking-config' [options]
+
+DESCRIPTION
+-----------
+This manual page documents briefly the 'aqbanking-config' command.
+
+'aqbanking-config' is a little programm to output installation paths of AqBanking.
+
+OPTIONS
+-------
+include::aqbanking-config.1.generated.txt[]
+
+BUGS
+----
+No bugs known at the time of writing this manual page.
+
+RESSOURCES
+----------
+http://www.aqbanking.de/[AqBanking Homepage]
+
+COPYING
+-------
+Copyright \(C) Martin Preuß.
+Free use of this software is granted under the terms of the GNU General
+Public License (GPL).
+
+The manpage was composed by Micha Lenk and converted by the nifty tool
+AsciiDoc into a manpage.
--- libaqbanking-4.2.0.orig/debian/doc/aqhbci-tool4.1.txt
+++ libaqbanking-4.2.0/debian/doc/aqhbci-tool4.1.txt
@@ -0,0 +1,57 @@
+AQHBCI-TOOL4(1)
+==============
+Micha Lenk <micha@lenk.info>
+
+NAME
+----
+aqhbci-tool4 - Command line tools for setup, modification and debugging of HBCI settings.
+
+SYNOPSIS
+--------
+'aqhbci-tool4' [global options] <command> [command options]
+
+DESCRIPTION
+-----------
+The aqhbci-tool4(1) command can be used to setup and manage AqBanking's HBCI users, customers and accounts.
+
+OPTIONS
+-------
+Two common options need to be distinguished carefully from each
+other: "-c CUSTOMER_ID" refers to the German "Kunden-ID" or
+"Kundennummer". "-u USER_ID" refers to the German
+"Benutzerkennung". If your bank has specified both to you, you
+need to check carefully not to confuse one with the other.
+
+include::aqhbci-tool4.1.generated.txt[]
+
+For help on options available to specific commands, run aqhbci-tool4 <COMMAND> --help.
+
+FILES
+-----
+ $HOME/.aqbanking/::
+    All files in this directory are part of the AqBanking configuration.
+    Even though mostly all files are in a simple plaintext syntax, you
+    MUST NOT change anything in here without using the tools or libraries
+    provided by AqBanking, except you know exactly what you are doing.
+    Those files may be subject to changes in future AqBanking releases.
+
+BUGS
+----
+Probably lots, please post them to the mailing list (see Resources below)
+when you find them.
+
+RESOURCES
+---------
+file:///usr/share/doc/aqbanking-tools/README.aqhbci-tool.gz[The README file]
+contains the README which describes some setup scenarios in detail. On the
+http://sourceforge.net/mail/?group_id=115695[AqBanking mailing lists]
+you can give kudos to the developers or get answered your questions.
+
+COPYING
+-------
+Copyright \(C) Martin Preuß.
+Free use of this software is granted under the terms of the GNU General
+Public License (GPL).
+
+The manpage was composed by Micha Lenk and converted by the nifty tool
+AsciiDoc into a manpage.
--- libaqbanking-4.2.0.orig/debian/doc/qb-help8.1.txt
+++ libaqbanking-4.2.0/debian/doc/qb-help8.1.txt
@@ -0,0 +1,33 @@
+QB-HELP8(1)
+===========
+Micha Lenk <micha@lenk.info>
+
+NAME
+----
+qb-help8 - Simple help browser
+
+SYNOPSIS
+--------
+'qb-help8' HELPFILE
+
+DESCRIPTION
+-----------
+'qb-help8' is a simple help browser for use by the shared library libqbanking8.
+Usually you don't call this programm manually.
+The HELPFILE can be any document provided in simple HTML.
+
+BUGS
+----
+No bugs known at the moment of writing this manual.
+
+AUTHOR
+------
+The qb-help8 browser has been written by Martin Preuß <martin@libchipcard.de>
+
+This manpage has been written by Micha Lenk <micha@lenk.info>
+
+COPYING
+-------
+Copyright \(C) Martin Preuß.
+Free use of this software is granted under the terms of the GNU General
+Public License (GPL).
--- libaqbanking-4.2.0.orig/debian/doc/hbcixml3.1.txt
+++ libaqbanking-4.2.0/debian/doc/hbcixml3.1.txt
@@ -0,0 +1,77 @@
+HBCIXML3(1)
+===========
+Micha Lenk <micha@lenk.info>
+
+NAME
+----
+hbcixml3 - Command line tool to work on data in a HBCI XML file.
+
+SYNOPSIS
+--------
+'hbcixml3' <command> [options]
+
+DESCRIPTION
+-----------
+The aqhbci-tool3(1) command can be used to inspect and work on data
+in HBCI XML files.
+See section FILES for an example file used by AqBanking.
+
+COMMANDS
+--------
+
+COMMAND may be one of these:
+
+show::
+    shows the variables used by a given Job (the job name must be given by "-j").
+
+list::
+    lists all available jobs
+
+analyze::
+    analyze a log file. You can use this to anonymize the log file before sending it as a bug report.
+
+OPTIONS
+-------
+
+General Options
+~~~~~~~~~~~~~~~
+include::hbcixml3.1.generated.txt[]
+
+EXAMPLES
+--------
+
+The simplest usage of this program is:
+
+  hbcixml2 show -j JobDialogInit
+
+This shows the properties used by the job "JobInit".
+
+Other example:
+
+  hbcixml2 show -t seg -j Balance
+
+shows the response segment of a JobGetBalance.
+
+FILES
+-----
+ /usr/share/aqbanking/backends/aqhbci/hbci.xml::
+    This file is used by AqBanking to construct HBCI messages.
+
+BUGS
+----
+Probably lots, please post them to the mailing list (see Resources below)
+when you find them.
+
+RESOURCES
+---------
+On the http://sourceforge.net/mail/?group_id=115695[AqBanking mailing lists]
+you can give kudos to the developers or get answered your questions.
+
+COPYING
+-------
+Copyright \(C) Martin Preuß.
+Free use of this software is granted under the terms of the GNU General
+Public License (GPL).
+
+The manpage was composed by Micha Lenk and converted by the nifty tool
+AsciiDoc into a manpage.
