[Gnucash-changes] r13388 - gnucash/trunk/src/import-export/mt940 - Remove unknown typedefs with older aqbanking

Christian Stimming cstim at cvs.gnucash.org
Sat Feb 25 13:06:11 EST 2006


Author: cstim
Date: 2006-02-25 13:06:09 -0500 (Sat, 25 Feb 2006)
New Revision: 13388
Trac: http://svn.gnucash.org/trac/changeset/13388

Modified:
   gnucash/trunk/src/import-export/mt940/gnc-mt940-import.c
Log:
Remove unknown typedefs with older aqbanking

Modified: gnucash/trunk/src/import-export/mt940/gnc-mt940-import.c
===================================================================
--- gnucash/trunk/src/import-export/mt940/gnc-mt940-import.c	2006-02-25 09:59:54 UTC (rev 13387)
+++ gnucash/trunk/src/import-export/mt940/gnc-mt940-import.c	2006-02-25 18:06:09 UTC (rev 13388)
@@ -75,7 +75,9 @@
        ((AQBANKING_VERSION_PATCHLEVEL < 7)))))
 static AB_IMEXPORTER_ACCOUNTINFO *
 AB_ImExporterContext_AccountInfoForEach(AB_IMEXPORTER_CONTEXT *iec,
-					AB_IMEXPORTER_ACCOUNTINFO_LIST2_FOREACH func,
+					AB_IMEXPORTER_ACCOUNTINFO *
+					(* func)(AB_IMEXPORTER_ACCOUNTINFO *element,
+						 void *user_data),
 					void* user_data)
 {
   AB_IMEXPORTER_ACCOUNTINFO *it;
@@ -95,7 +97,9 @@
 }
 static const AB_TRANSACTION *
 AB_ImExporterAccountInfo_TransactionsForEach(AB_IMEXPORTER_ACCOUNTINFO *iea,
-					     AB_TRANSACTION_CONSTLIST2_FOREACH func,
+					     const AB_TRANSACTION *
+					     (* func)(const AB_TRANSACTION *element,
+						      void *user_data),
 					     void* user_data)
 {
   const AB_TRANSACTION *it;



More information about the gnucash-changes mailing list