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