This file is indexed.

/usr/include/aqbanking5/aqbanking/userfns.h is in libaqbanking-dev 5.6.12-1+b1.

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
/***************************************************************************
 begin       : Mon Mar 01 2004
 copyright   : (C) 2004 by Martin Preuss
 email       : martin@libchipcard.de

 ***************************************************************************
 * This file is part of the project "AqBanking".                           *
 * Please see toplevel file COPYING of that project for license details.   *
 ***************************************************************************/



#ifndef AQBANKING_USERFNS_H
#define AQBANKING_USERFNS_H

#include <aqbanking/user.h>


#ifdef __cplusplus
extern "C" {
#endif


AQBANKING_API
AB_PROVIDER *AB_User_GetProvider(const AB_USER *u);


#ifdef __cplusplus
} /* __cplusplus */
#endif


#endif /* AQBANKING_USERFNS_H */