This file is indexed.

/usr/include/aqbanking5/aqofxconnect/oh_institute_spec_fns.h is in libaqbanking-dev 5.6.4beta-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
/***************************************************************************
    begin       : Tue Aug 17 2010
    copyright   : (C) 2010 by Martin Preuss
    email       : martin@libchipcard.de

 ***************************************************************************
 *          Please see toplevel file COPYING for license details           *
 ***************************************************************************/


#ifndef OH_INSTITUTE_DATA_SPEC_H
#define OH_INSTITUTE_DATA_SPEC_H


#include <aqofxconnect/aqofxconnect.h>

#include <gwenhywfar/xml.h>



AQOFXCONNECT_API OH_INSTITUTE_SPEC *OH_InstituteSpec_fromXml(GWEN_XMLNODE *node);

AQOFXCONNECT_API int OH_InstituteSpec_ReadXml(OH_INSTITUTE_SPEC *os, GWEN_XMLNODE *node);



#endif