This file is indexed.

/usr/include/htdig_db/xa_ext.h is in htdig 1:3.2.0b6-12.

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
/* DO NOT EDIT: automatically built by dist/distrib. */
#ifndef _xa_ext_h_
#define _xa_ext_h_
int CDB___db_xa_create __P((DB *));
int CDB___db_rmid_to_env __P((int rmid, DB_ENV **envp));
int CDB___db_xid_to_txn __P((DB_ENV *, XID *, size_t *));
int CDB___db_map_rmid __P((int, DB_ENV *));
int CDB___db_unmap_rmid __P((int));
int CDB___db_map_xid __P((DB_ENV *, XID *, size_t));
void CDB___db_unmap_xid __P((DB_ENV *, XID *, size_t));
#endif /* _xa_ext_h_ */