00001 /*************************************************************************** 00002 $RCSfile: transactionfns.h,v $ 00003 ------------------- 00004 cvs : $Id: transactionfns.h,v 1.1 2005/06/22 14:04:15 aquamaniac Exp $ 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 int AB_Transaction_Compare(const AB_TRANSACTION *t1, 00029 const AB_TRANSACTION *t0); 00030 00031 00032 00033 #ifdef __cplusplus 00034 } /* __cplusplus */ 00035 #endif 00036 00037 00038 #endif /* AQBANKING_TRANSACTIONFNS_H */