aqbanking  5.0.31beta
listdoc.h
Go to the documentation of this file.
1 /***************************************************************************
2  $RCSfile$
3  -------------------
4  cvs : $Id$
5  begin : Sat Jun 28 2003
6  copyright : (C) 2003 by Martin Preuss
7  email : martin@libchipcard.de
8 
9  ***************************************************************************
10  * *
11  * This library is free software; you can redistribute it and/or *
12  * modify it under the terms of the GNU Lesser General Public *
13  * License as published by the Free Software Foundation; either *
14  * version 2.1 of the License, or (at your option) any later version. *
15  * *
16  * This library is distributed in the hope that it will be useful, *
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
19  * Lesser General Public License for more details. *
20  * *
21  * You should have received a copy of the GNU Lesser General Public *
22  * License along with this library; if not, write to the Free Software *
23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
24  * MA 02111-1307 USA *
25  * *
26  ***************************************************************************/
27 
28 
29 #ifndef OH_INSTITUTE_SPEC_LIST2_H
30 #define OH_INSTITUTE_SPEC_LIST2_H
31 
32 
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36 
44 
49 
54  void *user_data);
55 
60 
65 
69  void OH_InstituteSpec_List2_Dump(OH_INSTITUTE_SPEC_LIST2 *l, FILE *f, unsigned int indent);
70 
75 
81 
87 
93 
100 
107 
113 
119 
124 
129 
134 
139 
144 
150 
156 
162 
176  void *user_data);
177 
178 
181  typedef const OH_INSTITUTE_SPEC*
183  void *user_data);
184 
185 
187 
189 
191 
193 
195 
197 
199 
201 
203 
205 
207 
209 
211 
213 
215 
217 
219 
232  OH_INSTITUTE_SPEC_CONSTLIST2_FOREACH func, void *user_data);
233 
234 
235 #ifdef __cplusplus
236 }
237 #endif
238 
239 
240 #endif /* OH_INSTITUTE_SPEC_LIST_H */
241 
242 
243 
244 /***************************************************************************
245  $RCSfile$
246  -------------------
247  cvs : $Id$
248  begin : Sat Jun 28 2003
249  copyright : (C) 2003 by Martin Preuss
250  email : martin@libchipcard.de
251 
252  ***************************************************************************
253  * *
254  * This library is free software; you can redistribute it and/or *
255  * modify it under the terms of the GNU Lesser General Public *
256  * License as published by the Free Software Foundation; either *
257  * version 2.1 of the License, or (at your option) any later version. *
258  * *
259  * This library is distributed in the hope that it will be useful, *
260  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
261  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
262  * Lesser General Public License for more details. *
263  * *
264  * You should have received a copy of the GNU Lesser General Public *
265  * License along with this library; if not, write to the Free Software *
266  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
267  * MA 02111-1307 USA *
268  * *
269  ***************************************************************************/
270 
271 
272 #ifndef OH_INSTITUTE_SPEC_LIST1_H
273 #define OH_INSTITUTE_SPEC_LIST1_H
274 
275 #ifdef __cplusplus
276 extern "C" {
277 #endif
278 
281  uint32_t id;
284 
292 
296  typedef int GWENHYWFAR_CB (*OH_INSTITUTE_SPEC_LIST_SORT_FN)(const OH_INSTITUTE_SPEC *a, const OH_INSTITUTE_SPEC *b, int ascending);
297 
298 
302  uint32_t count;
303  uint32_t id;
305 
311 
316 
322 
330 
335 
340 
346 
351 
356 
361 
366 
371 
376 
382  void OH_InstituteSpec_List_Sort(OH_INSTITUTE_SPEC_LIST *l, int ascending);
383 
384 
385 #ifdef __cplusplus
386 }
387 #endif
388 
389 
390 #endif
391 
392 
393 
394 /***************************************************************************
395  $RCSfile$
396  -------------------
397  cvs : $Id$
398  begin : Sat Jun 28 2003
399  copyright : (C) 2003 by Martin Preuss
400  email : martin@libchipcard.de
401 
402  ***************************************************************************
403  * *
404  * This library is free software; you can redistribute it and/or *
405  * modify it under the terms of the GNU Lesser General Public *
406  * License as published by the Free Software Foundation; either *
407  * version 2.1 of the License, or (at your option) any later version. *
408  * *
409  * This library is distributed in the hope that it will be useful, *
410  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
411  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
412  * Lesser General Public License for more details. *
413  * *
414  * You should have received a copy of the GNU Lesser General Public *
415  * License along with this library; if not, write to the Free Software *
416  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
417  * MA 02111-1307 USA *
418  * *
419  ***************************************************************************/
420 
421 
422 #ifndef OH_INSTITUTE_DATA_LIST2_H
423 #define OH_INSTITUTE_DATA_LIST2_H
424 
425 
426 #ifdef __cplusplus
427 extern "C" {
428 #endif
429 
437 
442 
447  void *user_data);
448 
453 
458 
462  void OH_InstituteData_List2_Dump(OH_INSTITUTE_DATA_LIST2 *l, FILE *f, unsigned int indent);
463 
468 
474 
480 
486 
493 
500 
506 
512 
517 
522 
527 
532 
537 
543 
549 
555 
569  void *user_data);
570 
571 
574  typedef const OH_INSTITUTE_DATA*
576  void *user_data);
577 
578 
580 
582 
584 
586 
588 
590 
592 
594 
596 
598 
600 
602 
604 
606 
608 
610 
612 
625  OH_INSTITUTE_DATA_CONSTLIST2_FOREACH func, void *user_data);
626 
627 
628 #ifdef __cplusplus
629 }
630 #endif
631 
632 
633 #endif /* OH_INSTITUTE_DATA_LIST_H */
634 
635 
636 
637 /***************************************************************************
638  $RCSfile$
639  -------------------
640  cvs : $Id$
641  begin : Sat Jun 28 2003
642  copyright : (C) 2003 by Martin Preuss
643  email : martin@libchipcard.de
644 
645  ***************************************************************************
646  * *
647  * This library is free software; you can redistribute it and/or *
648  * modify it under the terms of the GNU Lesser General Public *
649  * License as published by the Free Software Foundation; either *
650  * version 2.1 of the License, or (at your option) any later version. *
651  * *
652  * This library is distributed in the hope that it will be useful, *
653  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
654  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
655  * Lesser General Public License for more details. *
656  * *
657  * You should have received a copy of the GNU Lesser General Public *
658  * License along with this library; if not, write to the Free Software *
659  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
660  * MA 02111-1307 USA *
661  * *
662  ***************************************************************************/
663 
664 
665 #ifndef OH_INSTITUTE_DATA_LIST1_H
666 #define OH_INSTITUTE_DATA_LIST1_H
667 
668 #ifdef __cplusplus
669 extern "C" {
670 #endif
671 
674  uint32_t id;
677 
685 
689  typedef int GWENHYWFAR_CB (*OH_INSTITUTE_DATA_LIST_SORT_FN)(const OH_INSTITUTE_DATA *a, const OH_INSTITUTE_DATA *b, int ascending);
690 
691 
695  uint32_t count;
696  uint32_t id;
698 
704 
709 
715 
723 
728 
733 
739 
744 
749 
754 
759 
764 
769 
775  void OH_InstituteData_List_Sort(OH_INSTITUTE_DATA_LIST *l, int ascending);
776 
777 
778 #ifdef __cplusplus
779 }
780 #endif
781 
782 
783 #endif
784 
785 
786 
787 /***************************************************************************
788  $RCSfile$
789  -------------------
790  cvs : $Id$
791  begin : Sat Jun 28 2003
792  copyright : (C) 2003 by Martin Preuss
793  email : martin@libchipcard.de
794 
795  ***************************************************************************
796  * *
797  * This library is free software; you can redistribute it and/or *
798  * modify it under the terms of the GNU Lesser General Public *
799  * License as published by the Free Software Foundation; either *
800  * version 2.1 of the License, or (at your option) any later version. *
801  * *
802  * This library is distributed in the hope that it will be useful, *
803  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
804  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
805  * Lesser General Public License for more details. *
806  * *
807  * You should have received a copy of the GNU Lesser General Public *
808  * License along with this library; if not, write to the Free Software *
809  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
810  * MA 02111-1307 USA *
811  * *
812  ***************************************************************************/
813 
814 
815 #ifndef AH_TAN_METHOD_LIST2_H
816 #define AH_TAN_METHOD_LIST2_H
817 
818 
819 #ifdef __cplusplus
820 extern "C" {
821 #endif
822 
830 
835 
840  void *user_data);
841 
846 
851 
855  void AH_TanMethod_List2_Dump(AH_TAN_METHOD_LIST2 *l, FILE *f, unsigned int indent);
856 
861 
867 
873 
879 
886 
893 
899 
905 
910 
915 
920 
925 
930 
936 
942 
948 
962  void *user_data);
963 
964 
967  typedef const AH_TAN_METHOD*
969  void *user_data);
970 
971 
973 
975 
977 
979 
981 
983 
985 
987 
989 
991 
993 
995 
997 
999 
1001 
1003 
1005 
1018  AH_TAN_METHOD_CONSTLIST2_FOREACH func, void *user_data);
1019 
1020 
1021 #ifdef __cplusplus
1022 }
1023 #endif
1024 
1025 
1026 #endif /* AH_TAN_METHOD_LIST_H */
1027 
1028 
1029 
1030 /***************************************************************************
1031  $RCSfile$
1032  -------------------
1033  cvs : $Id$
1034  begin : Sat Jun 28 2003
1035  copyright : (C) 2003 by Martin Preuss
1036  email : martin@libchipcard.de
1037 
1038  ***************************************************************************
1039  * *
1040  * This library is free software; you can redistribute it and/or *
1041  * modify it under the terms of the GNU Lesser General Public *
1042  * License as published by the Free Software Foundation; either *
1043  * version 2.1 of the License, or (at your option) any later version. *
1044  * *
1045  * This library is distributed in the hope that it will be useful, *
1046  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
1047  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
1048  * Lesser General Public License for more details. *
1049  * *
1050  * You should have received a copy of the GNU Lesser General Public *
1051  * License along with this library; if not, write to the Free Software *
1052  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
1053  * MA 02111-1307 USA *
1054  * *
1055  ***************************************************************************/
1056 
1057 
1058 #ifndef AH_TAN_METHOD_LIST1_H
1059 #define AH_TAN_METHOD_LIST1_H
1060 
1061 #ifdef __cplusplus
1062 extern "C" {
1063 #endif
1064 
1067  uint32_t id;
1070 
1078 
1082  typedef int GWENHYWFAR_CB (*AH_TAN_METHOD_LIST_SORT_FN)(const AH_TAN_METHOD *a, const AH_TAN_METHOD *b, int ascending);
1083 
1084 
1088  uint32_t count;
1089  uint32_t id;
1091 
1097 
1102 
1108 
1115  void AH_TanMethod_List_Del(AH_TAN_METHOD *element);
1116 
1121 
1126 
1132 
1137 
1142 
1147 
1152 
1157 
1162 
1168  void AH_TanMethod_List_Sort(AH_TAN_METHOD_LIST *l, int ascending);
1169 
1170 
1171 #ifdef __cplusplus
1172 }
1173 #endif
1174 
1175 
1176 #endif
1177 
1178 
1179 
1180 /***************************************************************************
1181  $RCSfile$
1182  -------------------
1183  cvs : $Id$
1184  begin : Sat Jun 28 2003
1185  copyright : (C) 2003 by Martin Preuss
1186  email : martin@libchipcard.de
1187 
1188  ***************************************************************************
1189  * *
1190  * This library is free software; you can redistribute it and/or *
1191  * modify it under the terms of the GNU Lesser General Public *
1192  * License as published by the Free Software Foundation; either *
1193  * version 2.1 of the License, or (at your option) any later version. *
1194  * *
1195  * This library is distributed in the hope that it will be useful, *
1196  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
1197  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
1198  * Lesser General Public License for more details. *
1199  * *
1200  * You should have received a copy of the GNU Lesser General Public *
1201  * License along with this library; if not, write to the Free Software *
1202  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
1203  * MA 02111-1307 USA *
1204  * *
1205  ***************************************************************************/
1206 
1207 
1208 #ifndef AB_VALUE_LIST1_H
1209 #define AB_VALUE_LIST1_H
1210 
1211 #ifdef __cplusplus
1212 extern "C" {
1213 #endif
1214 
1216  typedef struct AB_VALUE_LIST_ELEMENT {
1217  uint32_t id;
1220 
1228 
1232  typedef int GWENHYWFAR_CB (*AB_VALUE_LIST_SORT_FN)(const AB_VALUE *a, const AB_VALUE *b, int ascending);
1233 
1234 
1236  struct AB_VALUE_LIST {
1238  uint32_t count;
1239  uint32_t id;
1240  } AB_VALUE_LIST;
1241 
1247 
1251  void AB_Value_List_Add(AB_VALUE *element, AB_VALUE_LIST *list);
1252 
1257  void AB_Value_List_Insert(AB_VALUE *element, AB_VALUE_LIST *list);
1258 
1265  void AB_Value_List_Del(AB_VALUE *element);
1266 
1271 
1276 
1282 
1287 
1292 
1296  AB_VALUE* AB_Value_List_Next(const AB_VALUE *element);
1297 
1301  AB_VALUE* AB_Value_List_Previous(const AB_VALUE *element);
1302 
1306  uint32_t AB_Value_List_GetCount(const AB_VALUE_LIST *l);
1307 
1312 
1318  void AB_Value_List_Sort(AB_VALUE_LIST *l, int ascending);
1319 
1320 
1321 #ifdef __cplusplus
1322 }
1323 #endif
1324 
1325 
1326 #endif
1327 
1328 
1329 
1330 /***************************************************************************
1331  $RCSfile$
1332  -------------------
1333  cvs : $Id$
1334  begin : Sat Jun 28 2003
1335  copyright : (C) 2003 by Martin Preuss
1336  email : martin@libchipcard.de
1337 
1338  ***************************************************************************
1339  * *
1340  * This library is free software; you can redistribute it and/or *
1341  * modify it under the terms of the GNU Lesser General Public *
1342  * License as published by the Free Software Foundation; either *
1343  * version 2.1 of the License, or (at your option) any later version. *
1344  * *
1345  * This library is distributed in the hope that it will be useful, *
1346  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
1347  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
1348  * Lesser General Public License for more details. *
1349  * *
1350  * You should have received a copy of the GNU Lesser General Public *
1351  * License along with this library; if not, write to the Free Software *
1352  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
1353  * MA 02111-1307 USA *
1354  * *
1355  ***************************************************************************/
1356 
1357 
1358 #ifndef AB_USER_LIST2_H
1359 #define AB_USER_LIST2_H
1360 
1361 
1362 #ifdef __cplusplus
1363 extern "C" {
1364 #endif
1365 
1373 
1378 
1383  void *user_data);
1384 
1389 
1394 
1398  void AB_User_List2_Dump(AB_USER_LIST2 *l, FILE *f, unsigned int indent);
1399 
1404 
1410 
1416 
1422 
1429 
1435  unsigned int AB_User_List2_GetSize(AB_USER_LIST2 *l);
1436 
1442 
1448 
1453 
1458 
1463 
1468 
1473 
1479 
1485 
1491 
1504  AB_USER_LIST2_FOREACH func,
1505  void *user_data);
1506 
1507 
1510  typedef const AB_USER*
1512  void *user_data);
1513 
1514 
1516 
1518 
1520 
1522 
1524 
1526 
1528 
1530 
1532 
1534 
1536 
1538 
1540 
1542 
1544 
1546 
1548 
1561  AB_USER_CONSTLIST2_FOREACH func, void *user_data);
1562 
1563 
1564 #ifdef __cplusplus
1565 }
1566 #endif
1567 
1568 
1569 #endif /* AB_USER_LIST_H */
1570 
1571 
1572 
1573 /***************************************************************************
1574  $RCSfile$
1575  -------------------
1576  cvs : $Id$
1577  begin : Sat Jun 28 2003
1578  copyright : (C) 2003 by Martin Preuss
1579  email : martin@libchipcard.de
1580 
1581  ***************************************************************************
1582  * *
1583  * This library is free software; you can redistribute it and/or *
1584  * modify it under the terms of the GNU Lesser General Public *
1585  * License as published by the Free Software Foundation; either *
1586  * version 2.1 of the License, or (at your option) any later version. *
1587  * *
1588  * This library is distributed in the hope that it will be useful, *
1589  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
1590  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
1591  * Lesser General Public License for more details. *
1592  * *
1593  * You should have received a copy of the GNU Lesser General Public *
1594  * License along with this library; if not, write to the Free Software *
1595  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
1596  * MA 02111-1307 USA *
1597  * *
1598  ***************************************************************************/
1599 
1600 
1601 #ifndef AB_TRANSACTION_LIMITS_LIST2_H
1602 #define AB_TRANSACTION_LIMITS_LIST2_H
1603 
1604 
1605 #ifdef __cplusplus
1606 extern "C" {
1607 #endif
1608 
1616 
1621 
1626  void *user_data);
1627 
1632 
1637 
1641  void AB_TransactionLimits_List2_Dump(AB_TRANSACTION_LIMITS_LIST2 *l, FILE *f, unsigned int indent);
1642 
1647 
1653 
1659 
1665 
1672 
1679 
1685 
1691 
1696 
1701 
1706 
1711 
1716 
1722 
1728 
1734 
1748  void *user_data);
1749 
1750 
1753  typedef const AB_TRANSACTION_LIMITS*
1755  void *user_data);
1756 
1757 
1759 
1761 
1763 
1765 
1767 
1769 
1771 
1773 
1775 
1777 
1779 
1781 
1783 
1785 
1787 
1789 
1791 
1804  AB_TRANSACTION_LIMITS_CONSTLIST2_FOREACH func, void *user_data);
1805 
1806 
1807 #ifdef __cplusplus
1808 }
1809 #endif
1810 
1811 
1812 #endif /* AB_TRANSACTION_LIMITS_LIST_H */
1813 
1814 
1815 
1816 /***************************************************************************
1817  $RCSfile$
1818  -------------------
1819  cvs : $Id$
1820  begin : Sat Jun 28 2003
1821  copyright : (C) 2003 by Martin Preuss
1822  email : martin@libchipcard.de
1823 
1824  ***************************************************************************
1825  * *
1826  * This library is free software; you can redistribute it and/or *
1827  * modify it under the terms of the GNU Lesser General Public *
1828  * License as published by the Free Software Foundation; either *
1829  * version 2.1 of the License, or (at your option) any later version. *
1830  * *
1831  * This library is distributed in the hope that it will be useful, *
1832  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
1833  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
1834  * Lesser General Public License for more details. *
1835  * *
1836  * You should have received a copy of the GNU Lesser General Public *
1837  * License along with this library; if not, write to the Free Software *
1838  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
1839  * MA 02111-1307 USA *
1840  * *
1841  ***************************************************************************/
1842 
1843 
1844 #ifndef AB_TRANSACTION_LIMITS_LIST1_H
1845 #define AB_TRANSACTION_LIMITS_LIST1_H
1846 
1847 #ifdef __cplusplus
1848 extern "C" {
1849 #endif
1850 
1853  uint32_t id;
1856 
1864 
1868  typedef int GWENHYWFAR_CB (*AB_TRANSACTION_LIMITS_LIST_SORT_FN)(const AB_TRANSACTION_LIMITS *a, const AB_TRANSACTION_LIMITS *b, int ascending);
1869 
1870 
1874  uint32_t count;
1875  uint32_t id;
1877 
1883 
1888 
1894 
1902 
1907 
1912 
1918 
1923 
1928 
1933 
1938 
1943 
1948 
1955 
1956 
1957 #ifdef __cplusplus
1958 }
1959 #endif
1960 
1961 
1962 #endif
1963 
1964 
1965 
1966 /***************************************************************************
1967  $RCSfile$
1968  -------------------
1969  cvs : $Id$
1970  begin : Sat Jun 28 2003
1971  copyright : (C) 2003 by Martin Preuss
1972  email : martin@libchipcard.de
1973 
1974  ***************************************************************************
1975  * *
1976  * This library is free software; you can redistribute it and/or *
1977  * modify it under the terms of the GNU Lesser General Public *
1978  * License as published by the Free Software Foundation; either *
1979  * version 2.1 of the License, or (at your option) any later version. *
1980  * *
1981  * This library is distributed in the hope that it will be useful, *
1982  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
1983  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
1984  * Lesser General Public License for more details. *
1985  * *
1986  * You should have received a copy of the GNU Lesser General Public *
1987  * License along with this library; if not, write to the Free Software *
1988  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
1989  * MA 02111-1307 USA *
1990  * *
1991  ***************************************************************************/
1992 
1993 
1994 #ifndef AB_TRANSACTION_LIST2_H
1995 #define AB_TRANSACTION_LIST2_H
1996 
1997 
1998 #ifdef __cplusplus
1999 extern "C" {
2000 #endif
2001 
2009 
2014 
2019  void *user_data);
2020 
2025 
2030 
2034  void AB_Transaction_List2_Dump(AB_TRANSACTION_LIST2 *l, FILE *f, unsigned int indent);
2035 
2040 
2046 
2052 
2058 
2065 
2072 
2078 
2084 
2089 
2094 
2099 
2104 
2109 
2115 
2121 
2127 
2141  void *user_data);
2142 
2143 
2146  typedef const AB_TRANSACTION*
2148  void *user_data);
2149 
2150 
2152 
2154 
2156 
2158 
2160 
2162 
2164 
2166 
2168 
2170 
2172 
2174 
2176 
2178 
2180 
2182 
2184 
2197  AB_TRANSACTION_CONSTLIST2_FOREACH func, void *user_data);
2198 
2199 
2200 #ifdef __cplusplus
2201 }
2202 #endif
2203 
2204 
2205 #endif /* AB_TRANSACTION_LIST_H */
2206 
2207 
2208 
2209 /***************************************************************************
2210  $RCSfile$
2211  -------------------
2212  cvs : $Id$
2213  begin : Sat Jun 28 2003
2214  copyright : (C) 2003 by Martin Preuss
2215  email : martin@libchipcard.de
2216 
2217  ***************************************************************************
2218  * *
2219  * This library is free software; you can redistribute it and/or *
2220  * modify it under the terms of the GNU Lesser General Public *
2221  * License as published by the Free Software Foundation; either *
2222  * version 2.1 of the License, or (at your option) any later version. *
2223  * *
2224  * This library is distributed in the hope that it will be useful, *
2225  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
2226  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
2227  * Lesser General Public License for more details. *
2228  * *
2229  * You should have received a copy of the GNU Lesser General Public *
2230  * License along with this library; if not, write to the Free Software *
2231  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
2232  * MA 02111-1307 USA *
2233  * *
2234  ***************************************************************************/
2235 
2236 
2237 #ifndef AB_TEXTKEY_DESCR_LIST2_H
2238 #define AB_TEXTKEY_DESCR_LIST2_H
2239 
2240 
2241 #ifdef __cplusplus
2242 extern "C" {
2243 #endif
2244 
2252 
2257 
2262  void *user_data);
2263 
2268 
2273 
2277  void AB_TextKeyDescr_List2_Dump(AB_TEXTKEY_DESCR_LIST2 *l, FILE *f, unsigned int indent);
2278 
2283 
2289 
2295 
2301 
2308 
2315 
2321 
2327 
2332 
2337 
2342 
2347 
2352 
2358 
2364 
2370 
2384  void *user_data);
2385 
2386 
2389  typedef const AB_TEXTKEY_DESCR*
2391  void *user_data);
2392 
2393 
2395 
2397 
2399 
2401 
2403 
2405 
2407 
2409 
2411 
2413 
2415 
2417 
2419 
2421 
2423 
2425 
2427 
2440  AB_TEXTKEY_DESCR_CONSTLIST2_FOREACH func, void *user_data);
2441 
2442 
2443 #ifdef __cplusplus
2444 }
2445 #endif
2446 
2447 
2448 #endif /* AB_TEXTKEY_DESCR_LIST_H */
2449 
2450 
2451 
2452 /***************************************************************************
2453  $RCSfile$
2454  -------------------
2455  cvs : $Id$
2456  begin : Sat Jun 28 2003
2457  copyright : (C) 2003 by Martin Preuss
2458  email : martin@libchipcard.de
2459 
2460  ***************************************************************************
2461  * *
2462  * This library is free software; you can redistribute it and/or *
2463  * modify it under the terms of the GNU Lesser General Public *
2464  * License as published by the Free Software Foundation; either *
2465  * version 2.1 of the License, or (at your option) any later version. *
2466  * *
2467  * This library is distributed in the hope that it will be useful, *
2468  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
2469  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
2470  * Lesser General Public License for more details. *
2471  * *
2472  * You should have received a copy of the GNU Lesser General Public *
2473  * License along with this library; if not, write to the Free Software *
2474  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
2475  * MA 02111-1307 USA *
2476  * *
2477  ***************************************************************************/
2478 
2479 
2480 #ifndef AB_TEXTKEY_DESCR_LIST1_H
2481 #define AB_TEXTKEY_DESCR_LIST1_H
2482 
2483 #ifdef __cplusplus
2484 extern "C" {
2485 #endif
2486 
2489  uint32_t id;
2492 
2500 
2504  typedef int GWENHYWFAR_CB (*AB_TEXTKEY_DESCR_LIST_SORT_FN)(const AB_TEXTKEY_DESCR *a, const AB_TEXTKEY_DESCR *b, int ascending);
2505 
2506 
2510  uint32_t count;
2511  uint32_t id;
2513 
2519 
2524 
2530 
2538 
2543 
2548 
2554 
2559 
2564 
2569 
2574 
2579 
2584 
2590  void AB_TextKeyDescr_List_Sort(AB_TEXTKEY_DESCR_LIST *l, int ascending);
2591 
2592 
2593 #ifdef __cplusplus
2594 }
2595 #endif
2596 
2597 
2598 #endif
2599 
2600 
2601 
2602 /***************************************************************************
2603  $RCSfile$
2604  -------------------
2605  cvs : $Id$
2606  begin : Sat Jun 28 2003
2607  copyright : (C) 2003 by Martin Preuss
2608  email : martin@libchipcard.de
2609 
2610  ***************************************************************************
2611  * *
2612  * This library is free software; you can redistribute it and/or *
2613  * modify it under the terms of the GNU Lesser General Public *
2614  * License as published by the Free Software Foundation; either *
2615  * version 2.1 of the License, or (at your option) any later version. *
2616  * *
2617  * This library is distributed in the hope that it will be useful, *
2618  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
2619  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
2620  * Lesser General Public License for more details. *
2621  * *
2622  * You should have received a copy of the GNU Lesser General Public *
2623  * License along with this library; if not, write to the Free Software *
2624  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
2625  * MA 02111-1307 USA *
2626  * *
2627  ***************************************************************************/
2628 
2629 
2630 #ifndef AB_SECURITY_LIST2_H
2631 #define AB_SECURITY_LIST2_H
2632 
2633 
2634 #ifdef __cplusplus
2635 extern "C" {
2636 #endif
2637 
2645 
2650 
2655  void *user_data);
2656 
2661 
2666 
2670  void AB_Security_List2_Dump(AB_SECURITY_LIST2 *l, FILE *f, unsigned int indent);
2671 
2676 
2682 
2688 
2694 
2701 
2707  unsigned int AB_Security_List2_GetSize(AB_SECURITY_LIST2 *l);
2708 
2714 
2720 
2725 
2730 
2735 
2740 
2745 
2751 
2757 
2763 
2777  void *user_data);
2778 
2779 
2782  typedef const AB_SECURITY*
2784  void *user_data);
2785 
2786 
2788 
2790 
2792 
2794 
2796 
2798 
2800 
2802 
2804 
2806 
2808 
2810 
2812 
2814 
2816 
2818 
2820 
2833  AB_SECURITY_CONSTLIST2_FOREACH func, void *user_data);
2834 
2835 
2836 #ifdef __cplusplus
2837 }
2838 #endif
2839 
2840 
2841 #endif /* AB_SECURITY_LIST_H */
2842 
2843 
2844 
2845 /***************************************************************************
2846  $RCSfile$
2847  -------------------
2848  cvs : $Id$
2849  begin : Sat Jun 28 2003
2850  copyright : (C) 2003 by Martin Preuss
2851  email : martin@libchipcard.de
2852 
2853  ***************************************************************************
2854  * *
2855  * This library is free software; you can redistribute it and/or *
2856  * modify it under the terms of the GNU Lesser General Public *
2857  * License as published by the Free Software Foundation; either *
2858  * version 2.1 of the License, or (at your option) any later version. *
2859  * *
2860  * This library is distributed in the hope that it will be useful, *
2861  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
2862  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
2863  * Lesser General Public License for more details. *
2864  * *
2865  * You should have received a copy of the GNU Lesser General Public *
2866  * License along with this library; if not, write to the Free Software *
2867  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
2868  * MA 02111-1307 USA *
2869  * *
2870  ***************************************************************************/
2871 
2872 
2873 #ifndef AB_SECURITY_LIST1_H
2874 #define AB_SECURITY_LIST1_H
2875 
2876 #ifdef __cplusplus
2877 extern "C" {
2878 #endif
2879 
2881  typedef struct AB_SECURITY_LIST_ELEMENT {
2882  uint32_t id;
2885 
2893 
2897  typedef int GWENHYWFAR_CB (*AB_SECURITY_LIST_SORT_FN)(const AB_SECURITY *a, const AB_SECURITY *b, int ascending);
2898 
2899 
2903  uint32_t count;
2904  uint32_t id;
2905  } AB_SECURITY_LIST;
2906 
2912 
2916  void AB_Security_List_Add(AB_SECURITY *element, AB_SECURITY_LIST *list);
2917 
2923 
2930  void AB_Security_List_Del(AB_SECURITY *element);
2931 
2936 
2941 
2947 
2952 
2957 
2962 
2967 
2971  uint32_t AB_Security_List_GetCount(const AB_SECURITY_LIST *l);
2972 
2977 
2983  void AB_Security_List_Sort(AB_SECURITY_LIST *l, int ascending);
2984 
2985 
2986 #ifdef __cplusplus
2987 }
2988 #endif
2989 
2990 
2991 #endif
2992 
2993 
2994 
2995 /***************************************************************************
2996  $RCSfile$
2997  -------------------
2998  cvs : $Id$
2999  begin : Sat Jun 28 2003
3000  copyright : (C) 2003 by Martin Preuss
3001  email : martin@libchipcard.de
3002 
3003  ***************************************************************************
3004  * *
3005  * This library is free software; you can redistribute it and/or *
3006  * modify it under the terms of the GNU Lesser General Public *
3007  * License as published by the Free Software Foundation; either *
3008  * version 2.1 of the License, or (at your option) any later version. *
3009  * *
3010  * This library is distributed in the hope that it will be useful, *
3011  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
3012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
3013  * Lesser General Public License for more details. *
3014  * *
3015  * You should have received a copy of the GNU Lesser General Public *
3016  * License along with this library; if not, write to the Free Software *
3017  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
3018  * MA 02111-1307 USA *
3019  * *
3020  ***************************************************************************/
3021 
3022 
3023 #ifndef AB_MESSAGE_LIST2_H
3024 #define AB_MESSAGE_LIST2_H
3025 
3026 
3027 #ifdef __cplusplus
3028 extern "C" {
3029 #endif
3030 
3038 
3043 
3048  void *user_data);
3049 
3054 
3059 
3063  void AB_Message_List2_Dump(AB_MESSAGE_LIST2 *l, FILE *f, unsigned int indent);
3064 
3069 
3075 
3081 
3087 
3094 
3100  unsigned int AB_Message_List2_GetSize(AB_MESSAGE_LIST2 *l);
3101 
3107 
3113 
3118 
3123 
3128 
3133 
3138 
3144 
3150 
3156 
3170  void *user_data);
3171 
3172 
3175  typedef const AB_MESSAGE*
3177  void *user_data);
3178 
3179 
3181 
3183 
3185 
3187 
3189 
3191 
3193 
3195 
3197 
3199 
3201 
3203 
3205 
3207 
3209 
3211 
3213 
3226  AB_MESSAGE_CONSTLIST2_FOREACH func, void *user_data);
3227 
3228 
3229 #ifdef __cplusplus
3230 }
3231 #endif
3232 
3233 
3234 #endif /* AB_MESSAGE_LIST_H */
3235 
3236 
3237 
3238 /***************************************************************************
3239  $RCSfile$
3240  -------------------
3241  cvs : $Id$
3242  begin : Sat Jun 28 2003
3243  copyright : (C) 2003 by Martin Preuss
3244  email : martin@libchipcard.de
3245 
3246  ***************************************************************************
3247  * *
3248  * This library is free software; you can redistribute it and/or *
3249  * modify it under the terms of the GNU Lesser General Public *
3250  * License as published by the Free Software Foundation; either *
3251  * version 2.1 of the License, or (at your option) any later version. *
3252  * *
3253  * This library is distributed in the hope that it will be useful, *
3254  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
3255  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
3256  * Lesser General Public License for more details. *
3257  * *
3258  * You should have received a copy of the GNU Lesser General Public *
3259  * License along with this library; if not, write to the Free Software *
3260  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
3261  * MA 02111-1307 USA *
3262  * *
3263  ***************************************************************************/
3264 
3265 
3266 #ifndef AB_MESSAGE_LIST1_H
3267 #define AB_MESSAGE_LIST1_H
3268 
3269 #ifdef __cplusplus
3270 extern "C" {
3271 #endif
3272 
3274  typedef struct AB_MESSAGE_LIST_ELEMENT {
3275  uint32_t id;
3278 
3286 
3290  typedef int GWENHYWFAR_CB (*AB_MESSAGE_LIST_SORT_FN)(const AB_MESSAGE *a, const AB_MESSAGE *b, int ascending);
3291 
3292 
3296  uint32_t count;
3297  uint32_t id;
3298  } AB_MESSAGE_LIST;
3299 
3305 
3309  void AB_Message_List_Add(AB_MESSAGE *element, AB_MESSAGE_LIST *list);
3310 
3315  void AB_Message_List_Insert(AB_MESSAGE *element, AB_MESSAGE_LIST *list);
3316 
3323  void AB_Message_List_Del(AB_MESSAGE *element);
3324 
3329 
3334 
3340 
3345 
3350 
3354  AB_MESSAGE* AB_Message_List_Next(const AB_MESSAGE *element);
3355 
3360 
3364  uint32_t AB_Message_List_GetCount(const AB_MESSAGE_LIST *l);
3365 
3370 
3376  void AB_Message_List_Sort(AB_MESSAGE_LIST *l, int ascending);
3377 
3378 
3379 #ifdef __cplusplus
3380 }
3381 #endif
3382 
3383 
3384 #endif
3385 
3386 
3387 
3388 /***************************************************************************
3389  $RCSfile$
3390  -------------------
3391  cvs : $Id$
3392  begin : Sat Jun 28 2003
3393  copyright : (C) 2003 by Martin Preuss
3394  email : martin@libchipcard.de
3395 
3396  ***************************************************************************
3397  * *
3398  * This library is free software; you can redistribute it and/or *
3399  * modify it under the terms of the GNU Lesser General Public *
3400  * License as published by the Free Software Foundation; either *
3401  * version 2.1 of the License, or (at your option) any later version. *
3402  * *
3403  * This library is distributed in the hope that it will be useful, *
3404  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
3405  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
3406  * Lesser General Public License for more details. *
3407  * *
3408  * You should have received a copy of the GNU Lesser General Public *
3409  * License along with this library; if not, write to the Free Software *
3410  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
3411  * MA 02111-1307 USA *
3412  * *
3413  ***************************************************************************/
3414 
3415 
3416 #ifndef AB_EUTRANSFER_INFO_LIST2_H
3417 #define AB_EUTRANSFER_INFO_LIST2_H
3418 
3419 
3420 #ifdef __cplusplus
3421 extern "C" {
3422 #endif
3423 
3431 
3436 
3441  void *user_data);
3442 
3447 
3452 
3456  void AB_EuTransferInfo_List2_Dump(AB_EUTRANSFER_INFO_LIST2 *l, FILE *f, unsigned int indent);
3457 
3462 
3468 
3474 
3480 
3487 
3494 
3500 
3506 
3511 
3516 
3521 
3526 
3531 
3537 
3543 
3549 
3563  void *user_data);
3564 
3565 
3568  typedef const AB_EUTRANSFER_INFO*
3570  void *user_data);
3571 
3572 
3574 
3576 
3578 
3580 
3582 
3584 
3586 
3588 
3590 
3592 
3594 
3596 
3598 
3600 
3602 
3604 
3606 
3619  AB_EUTRANSFER_INFO_CONSTLIST2_FOREACH func, void *user_data);
3620 
3621 
3622 #ifdef __cplusplus
3623 }
3624 #endif
3625 
3626 
3627 #endif /* AB_EUTRANSFER_INFO_LIST_H */
3628 
3629 
3630 
3631 /***************************************************************************
3632  $RCSfile$
3633  -------------------
3634  cvs : $Id$
3635  begin : Sat Jun 28 2003
3636  copyright : (C) 2003 by Martin Preuss
3637  email : martin@libchipcard.de
3638 
3639  ***************************************************************************
3640  * *
3641  * This library is free software; you can redistribute it and/or *
3642  * modify it under the terms of the GNU Lesser General Public *
3643  * License as published by the Free Software Foundation; either *
3644  * version 2.1 of the License, or (at your option) any later version. *
3645  * *
3646  * This library is distributed in the hope that it will be useful, *
3647  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
3648  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
3649  * Lesser General Public License for more details. *
3650  * *
3651  * You should have received a copy of the GNU Lesser General Public *
3652  * License along with this library; if not, write to the Free Software *
3653  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
3654  * MA 02111-1307 USA *
3655  * *
3656  ***************************************************************************/
3657 
3658 
3659 #ifndef AB_EUTRANSFER_INFO_LIST1_H
3660 #define AB_EUTRANSFER_INFO_LIST1_H
3661 
3662 #ifdef __cplusplus
3663 extern "C" {
3664 #endif
3665 
3668  uint32_t id;
3671 
3679 
3683  typedef int GWENHYWFAR_CB (*AB_EUTRANSFER_INFO_LIST_SORT_FN)(const AB_EUTRANSFER_INFO *a, const AB_EUTRANSFER_INFO *b, int ascending);
3684 
3685 
3689  uint32_t count;
3690  uint32_t id;
3692 
3698 
3703 
3709 
3717 
3722 
3727 
3733 
3738 
3743 
3748 
3753 
3758 
3763 
3769  void AB_EuTransferInfo_List_Sort(AB_EUTRANSFER_INFO_LIST *l, int ascending);
3770 
3771 
3772 #ifdef __cplusplus
3773 }
3774 #endif
3775 
3776 
3777 #endif
3778 
3779 
3780 
3781 /***************************************************************************
3782  $RCSfile$
3783  -------------------
3784  cvs : $Id$
3785  begin : Sat Jun 28 2003
3786  copyright : (C) 2003 by Martin Preuss
3787  email : martin@libchipcard.de
3788 
3789  ***************************************************************************
3790  * *
3791  * This library is free software; you can redistribute it and/or *
3792  * modify it under the terms of the GNU Lesser General Public *
3793  * License as published by the Free Software Foundation; either *
3794  * version 2.1 of the License, or (at your option) any later version. *
3795  * *
3796  * This library is distributed in the hope that it will be useful, *
3797  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
3798  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
3799  * Lesser General Public License for more details. *
3800  * *
3801  * You should have received a copy of the GNU Lesser General Public *
3802  * License along with this library; if not, write to the Free Software *
3803  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
3804  * MA 02111-1307 USA *
3805  * *
3806  ***************************************************************************/
3807 
3808 
3809 #ifndef AB_CELLPHONE_PRODUCT_LIST2_H
3810 #define AB_CELLPHONE_PRODUCT_LIST2_H
3811 
3812 
3813 #ifdef __cplusplus
3814 extern "C" {
3815 #endif
3816 
3824 
3829 
3834  void *user_data);
3835 
3840 
3845 
3849  void AB_CellPhoneProduct_List2_Dump(AB_CELLPHONE_PRODUCT_LIST2 *l, FILE *f, unsigned int indent);
3850 
3855 
3861 
3867 
3873 
3880 
3887 
3893 
3899 
3904 
3909 
3914 
3919 
3924 
3930 
3936 
3942 
3956  void *user_data);
3957 
3958 
3961  typedef const AB_CELLPHONE_PRODUCT*
3963  void *user_data);
3964 
3965 
3967 
3969 
3971 
3973 
3975 
3977 
3979 
3981 
3983 
3985 
3987 
3989 
3991 
3993 
3995 
3997 
3999 
4012  AB_CELLPHONE_PRODUCT_CONSTLIST2_FOREACH func, void *user_data);
4013 
4014 
4015 #ifdef __cplusplus
4016 }
4017 #endif
4018 
4019 
4020 #endif /* AB_CELLPHONE_PRODUCT_LIST_H */
4021 
4022 
4023 
4024 /***************************************************************************
4025  $RCSfile$
4026  -------------------
4027  cvs : $Id$
4028  begin : Sat Jun 28 2003
4029  copyright : (C) 2003 by Martin Preuss
4030  email : martin@libchipcard.de
4031 
4032  ***************************************************************************
4033  * *
4034  * This library is free software; you can redistribute it and/or *
4035  * modify it under the terms of the GNU Lesser General Public *
4036  * License as published by the Free Software Foundation; either *
4037  * version 2.1 of the License, or (at your option) any later version. *
4038  * *
4039  * This library is distributed in the hope that it will be useful, *
4040  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
4041  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
4042  * Lesser General Public License for more details. *
4043  * *
4044  * You should have received a copy of the GNU Lesser General Public *
4045  * License along with this library; if not, write to the Free Software *
4046  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
4047  * MA 02111-1307 USA *
4048  * *
4049  ***************************************************************************/
4050 
4051 
4052 #ifndef AB_CELLPHONE_PRODUCT_LIST1_H
4053 #define AB_CELLPHONE_PRODUCT_LIST1_H
4054 
4055 #ifdef __cplusplus
4056 extern "C" {
4057 #endif
4058 
4061  uint32_t id;
4064 
4072 
4076  typedef int GWENHYWFAR_CB (*AB_CELLPHONE_PRODUCT_LIST_SORT_FN)(const AB_CELLPHONE_PRODUCT *a, const AB_CELLPHONE_PRODUCT *b, int ascending);
4077 
4078 
4082  uint32_t count;
4083  uint32_t id;
4085 
4091 
4096 
4102 
4110 
4115 
4120 
4126 
4131 
4136 
4141 
4146 
4151 
4156 
4163 
4164 
4165 #ifdef __cplusplus
4166 }
4167 #endif
4168 
4169 
4170 #endif
4171 
4172 
4173 
4174 /***************************************************************************
4175  $RCSfile$
4176  -------------------
4177  cvs : $Id$
4178  begin : Sat Jun 28 2003
4179  copyright : (C) 2003 by Martin Preuss
4180  email : martin@libchipcard.de
4181 
4182  ***************************************************************************
4183  * *
4184  * This library is free software; you can redistribute it and/or *
4185  * modify it under the terms of the GNU Lesser General Public *
4186  * License as published by the Free Software Foundation; either *
4187  * version 2.1 of the License, or (at your option) any later version. *
4188  * *
4189  * This library is distributed in the hope that it will be useful, *
4190  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
4191  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
4192  * Lesser General Public License for more details. *
4193  * *
4194  * You should have received a copy of the GNU Lesser General Public *
4195  * License along with this library; if not, write to the Free Software *
4196  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
4197  * MA 02111-1307 USA *
4198  * *
4199  ***************************************************************************/
4200 
4201 
4202 #ifndef AB_BANKINFO_SERVICE_LIST2_H
4203 #define AB_BANKINFO_SERVICE_LIST2_H
4204 
4205 
4206 #ifdef __cplusplus
4207 extern "C" {
4208 #endif
4209 
4217 
4222 
4227  void *user_data);
4228 
4233 
4238 
4242  void AB_BankInfoService_List2_Dump(AB_BANKINFO_SERVICE_LIST2 *l, FILE *f, unsigned int indent);
4243 
4248 
4254 
4260 
4266 
4273 
4280 
4286 
4292 
4297 
4302 
4307 
4312 
4317 
4323 
4329 
4335 
4349  void *user_data);
4350 
4351 
4354  typedef const AB_BANKINFO_SERVICE*
4356  void *user_data);
4357 
4358 
4360 
4362 
4364 
4366 
4368 
4370 
4372 
4374 
4376 
4378 
4380 
4382 
4384 
4386 
4388 
4390 
4392 
4405  AB_BANKINFO_SERVICE_CONSTLIST2_FOREACH func, void *user_data);
4406 
4407 
4408 #ifdef __cplusplus
4409 }
4410 #endif
4411 
4412 
4413 #endif /* AB_BANKINFO_SERVICE_LIST_H */
4414 
4415 
4416 
4417 /***************************************************************************
4418  $RCSfile$
4419  -------------------
4420  cvs : $Id$
4421  begin : Sat Jun 28 2003
4422  copyright : (C) 2003 by Martin Preuss
4423  email : martin@libchipcard.de
4424 
4425  ***************************************************************************
4426  * *
4427  * This library is free software; you can redistribute it and/or *
4428  * modify it under the terms of the GNU Lesser General Public *
4429  * License as published by the Free Software Foundation; either *
4430  * version 2.1 of the License, or (at your option) any later version. *
4431  * *
4432  * This library is distributed in the hope that it will be useful, *
4433  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
4434  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
4435  * Lesser General Public License for more details. *
4436  * *
4437  * You should have received a copy of the GNU Lesser General Public *
4438  * License along with this library; if not, write to the Free Software *
4439  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
4440  * MA 02111-1307 USA *
4441  * *
4442  ***************************************************************************/
4443 
4444 
4445 #ifndef AB_BANKINFO_SERVICE_LIST1_H
4446 #define AB_BANKINFO_SERVICE_LIST1_H
4447 
4448 #ifdef __cplusplus
4449 extern "C" {
4450 #endif
4451 
4454  uint32_t id;
4457 
4465 
4469  typedef int GWENHYWFAR_CB (*AB_BANKINFO_SERVICE_LIST_SORT_FN)(const AB_BANKINFO_SERVICE *a, const AB_BANKINFO_SERVICE *b, int ascending);
4470 
4471 
4475  uint32_t count;
4476  uint32_t id;
4478 
4484 
4489 
4495 
4503 
4508 
4513 
4519 
4524 
4529 
4534 
4539 
4544 
4549 
4556 
4557 
4558 #ifdef __cplusplus
4559 }
4560 #endif
4561 
4562 
4563 #endif
4564 
4565 
4566 
4567 /***************************************************************************
4568  $RCSfile$
4569  -------------------
4570  cvs : $Id$
4571  begin : Sat Jun 28 2003
4572  copyright : (C) 2003 by Martin Preuss
4573  email : martin@libchipcard.de
4574 
4575  ***************************************************************************
4576  * *
4577  * This library is free software; you can redistribute it and/or *
4578  * modify it under the terms of the GNU Lesser General Public *
4579  * License as published by the Free Software Foundation; either *
4580  * version 2.1 of the License, or (at your option) any later version. *
4581  * *
4582  * This library is distributed in the hope that it will be useful, *
4583  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
4584  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
4585  * Lesser General Public License for more details. *
4586  * *
4587  * You should have received a copy of the GNU Lesser General Public *
4588  * License along with this library; if not, write to the Free Software *
4589  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
4590  * MA 02111-1307 USA *
4591  * *
4592  ***************************************************************************/
4593 
4594 
4595 #ifndef AB_BANKINFO_LIST2_H
4596 #define AB_BANKINFO_LIST2_H
4597 
4598 
4599 #ifdef __cplusplus
4600 extern "C" {
4601 #endif
4602 
4610 
4615 
4620  void *user_data);
4621 
4626 
4631 
4635  void AB_BankInfo_List2_Dump(AB_BANKINFO_LIST2 *l, FILE *f, unsigned int indent);
4636 
4641 
4647 
4653 
4659 
4666 
4672  unsigned int AB_BankInfo_List2_GetSize(AB_BANKINFO_LIST2 *l);
4673 
4679 
4685 
4690 
4695 
4700 
4705 
4710 
4716 
4722 
4728 
4742  void *user_data);
4743 
4744 
4747  typedef const AB_BANKINFO*
4749  void *user_data);
4750 
4751 
4753 
4755 
4757 
4759 
4761 
4763 
4765 
4767 
4769 
4771 
4773 
4775 
4777 
4779 
4781 
4783 
4785 
4798  AB_BANKINFO_CONSTLIST2_FOREACH func, void *user_data);
4799 
4800 
4801 #ifdef __cplusplus
4802 }
4803 #endif
4804 
4805 
4806 #endif /* AB_BANKINFO_LIST_H */
4807 
4808 
4809 
4810 /***************************************************************************
4811  $RCSfile$
4812  -------------------
4813  cvs : $Id$
4814  begin : Sat Jun 28 2003
4815  copyright : (C) 2003 by Martin Preuss
4816  email : martin@libchipcard.de
4817 
4818  ***************************************************************************
4819  * *
4820  * This library is free software; you can redistribute it and/or *
4821  * modify it under the terms of the GNU Lesser General Public *
4822  * License as published by the Free Software Foundation; either *
4823  * version 2.1 of the License, or (at your option) any later version. *
4824  * *
4825  * This library is distributed in the hope that it will be useful, *
4826  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
4827  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
4828  * Lesser General Public License for more details. *
4829  * *
4830  * You should have received a copy of the GNU Lesser General Public *
4831  * License along with this library; if not, write to the Free Software *
4832  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
4833  * MA 02111-1307 USA *
4834  * *
4835  ***************************************************************************/
4836 
4837 
4838 #ifndef AB_BANKINFO_LIST1_H
4839 #define AB_BANKINFO_LIST1_H
4840 
4841 #ifdef __cplusplus
4842 extern "C" {
4843 #endif
4844 
4846  typedef struct AB_BANKINFO_LIST_ELEMENT {
4847  uint32_t id;
4850 
4858 
4862  typedef int GWENHYWFAR_CB (*AB_BANKINFO_LIST_SORT_FN)(const AB_BANKINFO *a, const AB_BANKINFO *b, int ascending);
4863 
4864 
4868  uint32_t count;
4869  uint32_t id;
4870  } AB_BANKINFO_LIST;
4871 
4877 
4881  void AB_BankInfo_List_Add(AB_BANKINFO *element, AB_BANKINFO_LIST *list);
4882 
4888 
4895  void AB_BankInfo_List_Del(AB_BANKINFO *element);
4896 
4901 
4906 
4912 
4917 
4922 
4927 
4932 
4936  uint32_t AB_BankInfo_List_GetCount(const AB_BANKINFO_LIST *l);
4937 
4942 
4948  void AB_BankInfo_List_Sort(AB_BANKINFO_LIST *l, int ascending);
4949 
4950 
4951 #ifdef __cplusplus
4952 }
4953 #endif
4954 
4955 
4956 #endif
4957 
4958 
4959 
4960 /***************************************************************************
4961  $RCSfile$
4962  -------------------
4963  cvs : $Id$
4964  begin : Sat Jun 28 2003
4965  copyright : (C) 2003 by Martin Preuss
4966  email : martin@libchipcard.de
4967 
4968  ***************************************************************************
4969  * *
4970  * This library is free software; you can redistribute it and/or *
4971  * modify it under the terms of the GNU Lesser General Public *
4972  * License as published by the Free Software Foundation; either *
4973  * version 2.1 of the License, or (at your option) any later version. *
4974  * *
4975  * This library is distributed in the hope that it will be useful, *
4976  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
4977  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
4978  * Lesser General Public License for more details. *
4979  * *
4980  * You should have received a copy of the GNU Lesser General Public *
4981  * License along with this library; if not, write to the Free Software *
4982  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
4983  * MA 02111-1307 USA *
4984  * *
4985  ***************************************************************************/
4986 
4987 
4988 #ifndef AB_ACCOUNT_STATUS_LIST2_H
4989 #define AB_ACCOUNT_STATUS_LIST2_H
4990 
4991 
4992 #ifdef __cplusplus
4993 extern "C" {
4994 #endif
4995 
5003 
5008 
5013  void *user_data);
5014 
5019 
5024 
5028  void AB_AccountStatus_List2_Dump(AB_ACCOUNT_STATUS_LIST2 *l, FILE *f, unsigned int indent);
5029 
5034 
5040 
5046 
5052 
5059 
5066 
5072 
5078 
5083 
5088 
5093 
5098 
5103 
5109 
5115 
5121 
5135  void *user_data);
5136 
5137 
5140  typedef const AB_ACCOUNT_STATUS*
5142  void *user_data);
5143 
5144 
5146 
5148 
5150 
5152 
5154 
5156 
5158 
5160 
5162 
5164 
5166 
5168 
5170 
5172 
5174 
5176 
5178 
5191  AB_ACCOUNT_STATUS_CONSTLIST2_FOREACH func, void *user_data);
5192 
5193 
5194 #ifdef __cplusplus
5195 }
5196 #endif
5197 
5198 
5199 #endif /* AB_ACCOUNT_STATUS_LIST_H */
5200 
5201 
5202 
5203 /***************************************************************************
5204  $RCSfile$
5205  -------------------
5206  cvs : $Id$
5207  begin : Sat Jun 28 2003
5208  copyright : (C) 2003 by Martin Preuss
5209  email : martin@libchipcard.de
5210 
5211  ***************************************************************************
5212  * *
5213  * This library is free software; you can redistribute it and/or *
5214  * modify it under the terms of the GNU Lesser General Public *
5215  * License as published by the Free Software Foundation; either *
5216  * version 2.1 of the License, or (at your option) any later version. *
5217  * *
5218  * This library is distributed in the hope that it will be useful, *
5219  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
5220  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
5221  * Lesser General Public License for more details. *
5222  * *
5223  * You should have received a copy of the GNU Lesser General Public *
5224  * License along with this library; if not, write to the Free Software *
5225  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
5226  * MA 02111-1307 USA *
5227  * *
5228  ***************************************************************************/
5229 
5230 
5231 #ifndef AB_PROVIDER_DESCRIPTION_LIST2_H
5232 #define AB_PROVIDER_DESCRIPTION_LIST2_H
5233 
5234 
5235 #ifdef __cplusplus
5236 extern "C" {
5237 #endif
5238 
5246 
5251 
5256  void *user_data);
5257 
5262 
5267 
5271  void AB_ProviderDescription_List2_Dump(AB_PROVIDER_DESCRIPTION_LIST2 *l, FILE *f, unsigned int indent);
5272 
5277 
5283 
5289 
5295 
5302 
5309 
5315 
5321 
5326 
5331 
5336 
5341 
5346 
5352 
5358 
5364 
5378  void *user_data);
5379 
5380 
5383  typedef const AB_PROVIDER_DESCRIPTION*
5385  void *user_data);
5386 
5387 
5389 
5391 
5393 
5395 
5397 
5399 
5401 
5403 
5405 
5407 
5409 
5411 
5413 
5415 
5417 
5419 
5421 
5434  AB_PROVIDER_DESCRIPTION_CONSTLIST2_FOREACH func, void *user_data);
5435 
5436 
5437 #ifdef __cplusplus
5438 }
5439 #endif
5440 
5441 
5442 #endif /* AB_PROVIDER_DESCRIPTION_LIST_H */
5443 
5444 
5445 
5446 /***************************************************************************
5447  $RCSfile$
5448  -------------------
5449  cvs : $Id$
5450  begin : Sat Jun 28 2003
5451  copyright : (C) 2003 by Martin Preuss
5452  email : martin@libchipcard.de
5453 
5454  ***************************************************************************
5455  * *
5456  * This library is free software; you can redistribute it and/or *
5457  * modify it under the terms of the GNU Lesser General Public *
5458  * License as published by the Free Software Foundation; either *
5459  * version 2.1 of the License, or (at your option) any later version. *
5460  * *
5461  * This library is distributed in the hope that it will be useful, *
5462  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
5463  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
5464  * Lesser General Public License for more details. *
5465  * *
5466  * You should have received a copy of the GNU Lesser General Public *
5467  * License along with this library; if not, write to the Free Software *
5468  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
5469  * MA 02111-1307 USA *
5470  * *
5471  ***************************************************************************/
5472 
5473 
5474 #ifndef AB_PROVIDER_DESCRIPTION_LIST1_H
5475 #define AB_PROVIDER_DESCRIPTION_LIST1_H
5476 
5477 #ifdef __cplusplus
5478 extern "C" {
5479 #endif
5480 
5483  uint32_t id;
5486 
5494 
5498  typedef int GWENHYWFAR_CB (*AB_PROVIDER_DESCRIPTION_LIST_SORT_FN)(const AB_PROVIDER_DESCRIPTION *a, const AB_PROVIDER_DESCRIPTION *b, int ascending);
5499 
5500 
5504  uint32_t count;
5505  uint32_t id;
5507 
5513 
5518 
5524 
5532 
5537 
5542 
5548 
5553 
5558 
5563 
5568 
5573 
5578 
5585 
5586 
5587 #ifdef __cplusplus
5588 }
5589 #endif
5590 
5591 
5592 #endif
5593 
5594 
5595 
5596 /***************************************************************************
5597  $RCSfile$
5598  -------------------
5599  cvs : $Id$
5600  begin : Sat Jun 28 2003
5601  copyright : (C) 2003 by Martin Preuss
5602  email : martin@libchipcard.de
5603 
5604  ***************************************************************************
5605  * *
5606  * This library is free software; you can redistribute it and/or *
5607  * modify it under the terms of the GNU Lesser General Public *
5608  * License as published by the Free Software Foundation; either *
5609  * version 2.1 of the License, or (at your option) any later version. *
5610  * *
5611  * This library is distributed in the hope that it will be useful, *
5612  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
5613  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
5614  * Lesser General Public License for more details. *
5615  * *
5616  * You should have received a copy of the GNU Lesser General Public *
5617  * License along with this library; if not, write to the Free Software *
5618  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
5619  * MA 02111-1307 USA *
5620  * *
5621  ***************************************************************************/
5622 
5623 
5624 #ifndef AB_JOB_LIST2_H
5625 #define AB_JOB_LIST2_H
5626 
5627 
5628 #ifdef __cplusplus
5629 extern "C" {
5630 #endif
5631 
5638  typedef struct AB_JOB_LIST2 AB_JOB_LIST2;
5639 
5644 
5648  typedef AB_JOB* (AB_JOB_LIST2_FOREACH)(AB_JOB *element,
5649  void *user_data);
5650 
5655 
5659  void AB_Job_List2_free(AB_JOB_LIST2 *l);
5660 
5664  void AB_Job_List2_Dump(AB_JOB_LIST2 *l, FILE *f, unsigned int indent);
5665 
5670 
5676 
5682 
5688 
5694  AB_JOB_LIST2_ITERATOR *it);
5695 
5701  unsigned int AB_Job_List2_GetSize(AB_JOB_LIST2 *l);
5702 
5708 
5714 
5718  void AB_Job_List2_Clear(AB_JOB_LIST2 *l);
5719 
5724 
5729 
5734 
5739 
5745 
5751 
5757 
5770  AB_JOB_LIST2_FOREACH func,
5771  void *user_data);
5772 
5773 
5776  typedef const AB_JOB*
5778  void *user_data);
5779 
5780 
5782 
5784 
5786 
5788 
5790 
5792 
5793  unsigned int AB_Job_ConstList2_GetSize(AB_JOB_CONSTLIST2 *l);
5794 
5796 
5798 
5800 
5802 
5804 
5806 
5808 
5810 
5812 
5814 
5827  AB_JOB_CONSTLIST2_FOREACH func, void *user_data);
5828 
5829 
5830 #ifdef __cplusplus
5831 }
5832 #endif
5833 
5834 
5835 #endif /* AB_JOB_LIST_H */
5836 
5837 
5838 
5839 /***************************************************************************
5840  $RCSfile$
5841  -------------------
5842  cvs : $Id$
5843  begin : Sat Jun 28 2003
5844  copyright : (C) 2003 by Martin Preuss
5845  email : martin@libchipcard.de
5846 
5847  ***************************************************************************
5848  * *
5849  * This library is free software; you can redistribute it and/or *
5850  * modify it under the terms of the GNU Lesser General Public *
5851  * License as published by the Free Software Foundation; either *
5852  * version 2.1 of the License, or (at your option) any later version. *
5853  * *
5854  * This library is distributed in the hope that it will be useful, *
5855  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
5856  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
5857  * Lesser General Public License for more details. *
5858  * *
5859  * You should have received a copy of the GNU Lesser General Public *
5860  * License along with this library; if not, write to the Free Software *
5861  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
5862  * MA 02111-1307 USA *
5863  * *
5864  ***************************************************************************/
5865 
5866 
5867 #ifndef AB_COUNTRY_LIST2_H
5868 #define AB_COUNTRY_LIST2_H
5869 
5870 
5871 #ifdef __cplusplus
5872 extern "C" {
5873 #endif
5874 
5882 
5887 
5892  void *user_data);
5893 
5898 
5903 
5907  void AB_Country_List2_Dump(AB_COUNTRY_LIST2 *l, FILE *f, unsigned int indent);
5908 
5913 
5919 
5925 
5931 
5938 
5944  unsigned int AB_Country_List2_GetSize(AB_COUNTRY_LIST2 *l);
5945 
5951 
5957 
5962 
5967 
5972 
5977 
5982 
5988 
5994 
6000 
6014  void *user_data);
6015 
6016 
6019  typedef const AB_COUNTRY*
6021  void *user_data);
6022 
6023 
6025 
6027 
6029 
6031 
6033 
6035 
6037 
6039 
6041 
6043 
6045 
6047 
6049 
6051 
6053 
6055 
6057 
6070  AB_COUNTRY_CONSTLIST2_FOREACH func, void *user_data);
6071 
6072 
6073 #ifdef __cplusplus
6074 }
6075 #endif
6076 
6077 
6078 #endif /* AB_COUNTRY_LIST_H */
6079 
6080 
6081 
6082 /***************************************************************************
6083  $RCSfile$
6084  -------------------
6085  cvs : $Id$
6086  begin : Sat Jun 28 2003
6087  copyright : (C) 2003 by Martin Preuss
6088  email : martin@libchipcard.de
6089 
6090  ***************************************************************************
6091  * *
6092  * This library is free software; you can redistribute it and/or *
6093  * modify it under the terms of the GNU Lesser General Public *
6094  * License as published by the Free Software Foundation; either *
6095  * version 2.1 of the License, or (at your option) any later version. *
6096  * *
6097  * This library is distributed in the hope that it will be useful, *
6098  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
6099  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
6100  * Lesser General Public License for more details. *
6101  * *
6102  * You should have received a copy of the GNU Lesser General Public *
6103  * License along with this library; if not, write to the Free Software *
6104  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
6105  * MA 02111-1307 USA *
6106  * *
6107  ***************************************************************************/
6108 
6109 
6110 #ifndef AB_BANKINFO_PLUGIN_LIST2_H
6111 #define AB_BANKINFO_PLUGIN_LIST2_H
6112 
6113 
6114 #ifdef __cplusplus
6115 extern "C" {
6116 #endif
6117 
6125 
6130 
6135  void *user_data);
6136 
6141 
6146 
6150  void AB_BankInfoPlugin_List2_Dump(AB_BANKINFO_PLUGIN_LIST2 *l, FILE *f, unsigned int indent);
6151 
6156 
6162 
6168 
6174 
6181 
6188 
6194 
6200 
6205 
6210 
6215 
6220 
6225 
6231 
6237 
6243 
6257  void *user_data);
6258 
6259 
6262  typedef const AB_BANKINFO_PLUGIN*
6264  void *user_data);
6265 
6266 
6268 
6270 
6272 
6274 
6276 
6278 
6280 
6282 
6284 
6286 
6288 
6290 
6292 
6294 
6296 
6298 
6300 
6313  AB_BANKINFO_PLUGIN_CONSTLIST2_FOREACH func, void *user_data);
6314 
6315 
6316 #ifdef __cplusplus
6317 }
6318 #endif
6319 
6320 
6321 #endif /* AB_BANKINFO_PLUGIN_LIST_H */
6322 
6323 
6324 
6325 /***************************************************************************
6326  $RCSfile$
6327  -------------------
6328  cvs : $Id$
6329  begin : Sat Jun 28 2003
6330  copyright : (C) 2003 by Martin Preuss
6331  email : martin@libchipcard.de
6332 
6333  ***************************************************************************
6334  * *
6335  * This library is free software; you can redistribute it and/or *
6336  * modify it under the terms of the GNU Lesser General Public *
6337  * License as published by the Free Software Foundation; either *
6338  * version 2.1 of the License, or (at your option) any later version. *
6339  * *
6340  * This library is distributed in the hope that it will be useful, *
6341  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
6342  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
6343  * Lesser General Public License for more details. *
6344  * *
6345  * You should have received a copy of the GNU Lesser General Public *
6346  * License along with this library; if not, write to the Free Software *
6347  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
6348  * MA 02111-1307 USA *
6349  * *
6350  ***************************************************************************/
6351 
6352 
6353 #ifndef AB_USERQUEUE_LIST1_H
6354 #define AB_USERQUEUE_LIST1_H
6355 
6356 #ifdef __cplusplus
6357 extern "C" {
6358 #endif
6359 
6361  typedef struct AB_USERQUEUE_LIST_ELEMENT {
6362  uint32_t id;
6365 
6373 
6377  typedef int GWENHYWFAR_CB (*AB_USERQUEUE_LIST_SORT_FN)(const AB_USERQUEUE *a, const AB_USERQUEUE *b, int ascending);
6378 
6379 
6383  uint32_t count;
6384  uint32_t id;
6386 
6392 
6397 
6403 
6410  void AB_UserQueue_List_Del(AB_USERQUEUE *element);
6411 
6416 
6421 
6427 
6432 
6437 
6442 
6447 
6451  uint32_t AB_UserQueue_List_GetCount(const AB_USERQUEUE_LIST *l);
6452 
6457 
6463  void AB_UserQueue_List_Sort(AB_USERQUEUE_LIST *l, int ascending);
6464 
6465 
6466 #ifdef __cplusplus
6467 }
6468 #endif
6469 
6470 
6471 #endif
6472 
6473 
6474 
6475 /***************************************************************************
6476  $RCSfile$
6477  -------------------
6478  cvs : $Id$
6479  begin : Sat Jun 28 2003
6480  copyright : (C) 2003 by Martin Preuss
6481  email : martin@libchipcard.de
6482 
6483  ***************************************************************************
6484  * *
6485  * This library is free software; you can redistribute it and/or *
6486  * modify it under the terms of the GNU Lesser General Public *
6487  * License as published by the Free Software Foundation; either *
6488  * version 2.1 of the License, or (at your option) any later version. *
6489  * *
6490  * This library is distributed in the hope that it will be useful, *
6491  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
6492  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
6493  * Lesser General Public License for more details. *
6494  * *
6495  * You should have received a copy of the GNU Lesser General Public *
6496  * License along with this library; if not, write to the Free Software *
6497  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
6498  * MA 02111-1307 USA *
6499  * *
6500  ***************************************************************************/
6501 
6502 
6503 #ifndef AB_JOBQUEUE_LIST1_H
6504 #define AB_JOBQUEUE_LIST1_H
6505 
6506 #ifdef __cplusplus
6507 extern "C" {
6508 #endif
6509 
6511  typedef struct AB_JOBQUEUE_LIST_ELEMENT {
6512  uint32_t id;
6515 
6523 
6527  typedef int GWENHYWFAR_CB (*AB_JOBQUEUE_LIST_SORT_FN)(const AB_JOBQUEUE *a, const AB_JOBQUEUE *b, int ascending);
6528 
6529 
6533  uint32_t count;
6534  uint32_t id;
6535  } AB_JOBQUEUE_LIST;
6536 
6542 
6546  void AB_JobQueue_List_Add(AB_JOBQUEUE *element, AB_JOBQUEUE_LIST *list);
6547 
6553 
6560  void AB_JobQueue_List_Del(AB_JOBQUEUE *element);
6561 
6566 
6571 
6577 
6582 
6587 
6592 
6597 
6601  uint32_t AB_JobQueue_List_GetCount(const AB_JOBQUEUE_LIST *l);
6602 
6607 
6613  void AB_JobQueue_List_Sort(AB_JOBQUEUE_LIST *l, int ascending);
6614 
6615 
6616 #ifdef __cplusplus
6617 }
6618 #endif
6619 
6620 
6621 #endif
6622 
6623 
6624 
6625 /***************************************************************************
6626  $RCSfile$
6627  -------------------
6628  cvs : $Id$
6629  begin : Sat Jun 28 2003
6630  copyright : (C) 2003 by Martin Preuss
6631  email : martin@libchipcard.de
6632 
6633  ***************************************************************************
6634  * *
6635  * This library is free software; you can redistribute it and/or *
6636  * modify it under the terms of the GNU Lesser General Public *
6637  * License as published by the Free Software Foundation; either *
6638  * version 2.1 of the License, or (at your option) any later version. *
6639  * *
6640  * This library is distributed in the hope that it will be useful, *
6641  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
6642  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
6643  * Lesser General Public License for more details. *
6644  * *
6645  * You should have received a copy of the GNU Lesser General Public *
6646  * License along with this library; if not, write to the Free Software *
6647  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
6648  * MA 02111-1307 USA *
6649  * *
6650  ***************************************************************************/
6651 
6652 
6653 #ifndef AB_ACCOUNTQUEUE_LIST1_H
6654 #define AB_ACCOUNTQUEUE_LIST1_H
6655 
6656 #ifdef __cplusplus
6657 extern "C" {
6658 #endif
6659 
6662  uint32_t id;
6665 
6673 
6677  typedef int GWENHYWFAR_CB (*AB_ACCOUNTQUEUE_LIST_SORT_FN)(const AB_ACCOUNTQUEUE *a, const AB_ACCOUNTQUEUE *b, int ascending);
6678 
6679 
6683  uint32_t count;
6684  uint32_t id;
6686 
6692 
6697 
6703 
6711 
6716 
6721 
6727 
6732 
6737 
6742 
6747 
6752 
6757 
6763  void AB_AccountQueue_List_Sort(AB_ACCOUNTQUEUE_LIST *l, int ascending);
6764 
6765 
6766 #ifdef __cplusplus
6767 }
6768 #endif
6769 
6770 
6771 #endif
6772 
6773 
6774 
6775 /***************************************************************************
6776  $RCSfile$
6777  -------------------
6778  cvs : $Id$
6779  begin : Sat Jun 28 2003
6780  copyright : (C) 2003 by Martin Preuss
6781  email : martin@libchipcard.de
6782 
6783  ***************************************************************************
6784  * *
6785  * This library is free software; you can redistribute it and/or *
6786  * modify it under the terms of the GNU Lesser General Public *
6787  * License as published by the Free Software Foundation; either *
6788  * version 2.1 of the License, or (at your option) any later version. *
6789  * *
6790  * This library is distributed in the hope that it will be useful, *
6791  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
6792  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
6793  * Lesser General Public License for more details. *
6794  * *
6795  * You should have received a copy of the GNU Lesser General Public *
6796  * License along with this library; if not, write to the Free Software *
6797  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
6798  * MA 02111-1307 USA *
6799  * *
6800  ***************************************************************************/
6801 
6802 
6803 #ifndef AB_ACCOUNT_LIST1_H
6804 #define AB_ACCOUNT_LIST1_H
6805 
6806 #ifdef __cplusplus
6807 extern "C" {
6808 #endif
6809 
6811  typedef struct AB_ACCOUNT_LIST_ELEMENT {
6812  uint32_t id;
6815 
6823 
6827  typedef int GWENHYWFAR_CB (*AB_ACCOUNT_LIST_SORT_FN)(const AB_ACCOUNT *a, const AB_ACCOUNT *b, int ascending);
6828 
6829 
6833  uint32_t count;
6834  uint32_t id;
6835  } AB_ACCOUNT_LIST;
6836 
6842 
6846  void AB_Account_List_Add(AB_ACCOUNT *element, AB_ACCOUNT_LIST *list);
6847 
6852  void AB_Account_List_Insert(AB_ACCOUNT *element, AB_ACCOUNT_LIST *list);
6853 
6860  void AB_Account_List_Del(AB_ACCOUNT *element);
6861 
6866 
6871 
6877 
6882 
6887 
6891  AB_ACCOUNT* AB_Account_List_Next(const AB_ACCOUNT *element);
6892 
6897 
6901  uint32_t AB_Account_List_GetCount(const AB_ACCOUNT_LIST *l);
6902 
6907 
6913  void AB_Account_List_Sort(AB_ACCOUNT_LIST *l, int ascending);
6914 
6915 
6916 #ifdef __cplusplus
6917 }
6918 #endif
6919 
6920 
6921 #endif
6922 
6923 
6924 
6925 /***************************************************************************
6926  $RCSfile$
6927  -------------------
6928  cvs : $Id$
6929  begin : Sat Jun 28 2003
6930  copyright : (C) 2003 by Martin Preuss
6931  email : martin@libchipcard.de
6932 
6933  ***************************************************************************
6934  * *
6935  * This library is free software; you can redistribute it and/or *
6936  * modify it under the terms of the GNU Lesser General Public *
6937  * License as published by the Free Software Foundation; either *
6938  * version 2.1 of the License, or (at your option) any later version. *
6939  * *
6940  * This library is distributed in the hope that it will be useful, *
6941  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
6942  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
6943  * Lesser General Public License for more details. *
6944  * *
6945  * You should have received a copy of the GNU Lesser General Public *
6946  * License along with this library; if not, write to the Free Software *
6947  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
6948  * MA 02111-1307 USA *
6949  * *
6950  ***************************************************************************/
6951 
6952 
6953 #ifndef AB_ACCOUNT_LIST2_H
6954 #define AB_ACCOUNT_LIST2_H
6955 
6956 
6957 #ifdef __cplusplus
6958 extern "C" {
6959 #endif
6960 
6968 
6973 
6978  void *user_data);
6979 
6984 
6989 
6993  void AB_Account_List2_Dump(AB_ACCOUNT_LIST2 *l, FILE *f, unsigned int indent);
6994 
6999 
7005 
7011 
7017 
7024 
7030  unsigned int AB_Account_List2_GetSize(AB_ACCOUNT_LIST2 *l);
7031 
7037 
7043 
7048 
7053 
7058 
7063 
7068 
7074 
7080 
7086 
7100  void *user_data);
7101 
7102 
7105  typedef const AB_ACCOUNT*
7107  void *user_data);
7108 
7109 
7111 
7113 
7115 
7117 
7119 
7121 
7123 
7125 
7127 
7129 
7131 
7133 
7135 
7137 
7139 
7141 
7143 
7156  AB_ACCOUNT_CONSTLIST2_FOREACH func, void *user_data);
7157 
7158 
7159 #ifdef __cplusplus
7160 }
7161 #endif
7162 
7163 
7164 #endif /* AB_ACCOUNT_LIST_H */
7165 
7166 
7167