This file is indexed.

/usr/include/aqbanking5/aqbanking/ab_accountqueuefns.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
/***************************************************************************
    begin       : Mon May 10 2010
    copyright   : (C) 2010 by Martin Preuss
    email       : martin@libchipcard.de

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


#ifndef AQBANKING_ACCOUNTQUEUEFNS_H
#define AQBANKING_ACCOUNTQUEUEFNS_H



AQBANKING_API AB_JOBQUEUE *AB_AccountQueue_FindJobQueue(const AB_ACCOUNTQUEUE *aq, AB_JOB_TYPE jt);
AQBANKING_API void AB_AccountQueue_AddJob(AB_ACCOUNTQUEUE *aq, AB_JOB *j);





#endif