aqbanking 5.0.14
|
00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: jobgetbalance.h 1137 2007-01-19 19:48:38Z martin $ 00005 begin : Mon Mar 01 2004 00006 copyright : (C) 2004 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * This file is part of the project "AqBanking". * 00011 * Please see toplevel file COPYING of that project for license details. * 00012 ***************************************************************************/ 00013 00014 00015 #ifndef AQBANKING_JOBLOADCELLPHONE_BE_H 00016 #define AQBANKING_JOBLOADCELLPHONE_BE_H 00017 00018 00019 #include <aqbanking/jobloadcellphone.h> 00020 00025 00026 #ifdef __cplusplus 00027 extern "C" { 00028 #endif 00029 00041 AQBANKING_API void AB_JobLoadCellPhone_SetProductList(AB_JOB *j, AB_CELLPHONE_PRODUCT_LIST *l); 00042 00045 #ifdef __cplusplus 00046 } 00047 #endif 00048 /* addtogroup */ 00050 00051 00052 #endif 00053