1 /***************************************************************************
2     begin       : Mon Mar 01 2004
3     copyright   : (C) 2018 by Martin Preuss
4     email       : martin@libchipcard.de
5 
6  ***************************************************************************
7  *          Please see toplevel file COPYING for license details           *
8  ***************************************************************************/
9 
10 #ifndef EBC_CLIENT_USER_L_H
11 #define EBC_CLIENT_USER_L_H
12 
13 
14 #include "aqebics/client/user.h"
15 
16 #include <aqbanking/backendsupport/provider_be.h>
17 
18 
19 AB_USER *EBC_User_new(AB_PROVIDER *pro);
20 
21 
22 #endif /* EBC_CLIENT_USER_L_H */
23 
24 
25 
26 
27 
28 
29