/usr/include/aqbanking5/aqofxconnect/dlg_getinst.h is in libaqbanking33-dev 5.0.22-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | /***************************************************************************
begin : Wed Aug 18 2010
copyright : (C) 2010 by Martin Preuss
email : martin@aqbanking.de
***************************************************************************
* This file is part of the project "AqBanking". *
* Please see toplevel file COPYING of that project for license details. *
***************************************************************************/
#ifndef OFXHOME_DLG_GETINST_H
#define OFXHOME_DLG_GETINST_H
#include <gwenhywfar/dialog.h>
#include <gwenhywfar/db.h>
#include <aqofxconnect/aqofxconnect.h>
#include <aqofxconnect/oh_institute_data.h>
#ifdef __cplusplus
extern "C" {
#endif
AQOFXCONNECT_API
GWEN_DIALOG *OH_GetInstituteDialog_new(const char *dataFolder, const char *name);
AQOFXCONNECT_API
const OH_INSTITUTE_DATA *OH_GetInstituteDialog_GetSelectedInstitute(GWEN_DIALOG *dlg);
/*@}*/
#ifdef __cplusplus
}
#endif
#endif
|