Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef AQBANKING_EDITUSER_DIALOG_H
00012 #define AQBANKING_EDITUSER_DIALOG_H
00013
00014
00015 #include <aqbanking/banking.h>
00016 #include <aqbanking/user.h>
00017
00018 #include <gwenhywfar/dialog.h>
00019
00020
00021 #ifdef __cplusplus
00022 extern "C" {
00023 #endif
00024
00025
00026
00027 AQBANKING_API GWEN_DIALOG *AB_EditUserDialog_new(AB_BANKING *ab, AB_USER *u, int doLock);
00028
00029
00030
00031
00032 #ifdef __cplusplus
00033 }
00034 #endif
00035
00036
00037
00038 #endif
00039