This file is indexed.

/usr/include/aqbanking5/aqhbci/msgengine.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/***************************************************************************
 $RCSfile$
                             -------------------
    cvs         : $Id$
    begin       : Mon Mar 01 2004
    copyright   : (C) 2004 by Martin Preuss
    email       : martin@libchipcard.de

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

#ifndef AH_MSGENGINE_H
#define AH_MSGENGINE_H

/** @defgroup G_AB_BE_AQHBCI_MSGENGINE HBCI Message Engine
 * @ingroup G_AB_BE_AQHBCI
 * @short HBCI-specific message engine extension
 * @author Martin Preuss<martin@libchipcard.de>
 *
 * This is an extension for @ref GWEN_MSGENGINE which additionally supports
 * some HBCI types (like date, time, DTAUS binary type, SWIFT binary type
 * etc).
 * It is used by AqHBCI internally and by the tool hbcixml2.
 */
/*@{*/


#ifdef __cplusplus
extern "C" {
#endif
typedef struct AH_MSGENGINE AH_MSGENGINE;
#ifdef __cplusplus
}
#endif

#include <aqhbci/aqhbci.h>
#include <aqbanking/user.h>
#include <gwenhywfar/msgengine.h>

#ifdef __cplusplus
extern "C" {
#endif

AQHBCI_API
GWEN_MSGENGINE *AH_MsgEngine_new();


#ifdef __cplusplus
}
#endif

/*@}*/


#endif /* AH_MSGENGINE_H */