00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: transactionfns.h 705 2005-12-01 12:46:15Z cstim $ 00005 begin : Mon Mar 01 2004 00006 copyright : (C) 2004 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * Please see toplevel file COPYING for license details * 00011 ***************************************************************************/ 00012 00013 00014 00015 #ifndef AQBANKING_TRANSACTIONFNS_H 00016 #define AQBANKING_TRANSACTIONFNS_H 00017 00018 #include <aqbanking/transaction.h> 00019 00020 #ifdef __cplusplus 00021 extern "C" { 00022 #endif 00023 00024 00028 AQBANKING_API 00029 int AB_Transaction_Compare(const AB_TRANSACTION *t1, 00030 const AB_TRANSACTION *t0); 00031 00032 00033 00034 #ifdef __cplusplus 00035 } /* __cplusplus */ 00036 #endif 00037 00038 00039 #endif /* AQBANKING_TRANSACTIONFNS_H */