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 AH_HBCI_UPDATES_L_H
12 #define AH_HBCI_UPDATES_L_H
13 
14 #include "hbci_l.h"
15 #include <gwenhywfar/types.h>
16 
17 /**
18  * This function is called from AH_User_Extend to extend the given user data
19  * DB to the latest version.
20  */
21 int AH_HBCI_UpdateDbUser(AH_HBCI *hbci, GWEN_DB_NODE *db);
22 
23 #if 0
24 /**
25  * This function is called from AH_User_Extend to extend the given account
26  * data DB to the latest version.
27  */
28 int AH_HBCI_UpdateDbAccount(AH_HBCI *hbci, GWEN_DB_NODE *db);
29 #endif
30 
31 
32 #endif
33 
34