This file is indexed.

/usr/include/dballe/sql/fwd.h is in libdballe-dev 7.21-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
#ifndef DBALLE_SQL_FWD_H
#define DBALLE_SQL_FWD_H

/** @file
 * Forward declarations for public dballe/sql names
 */

namespace dballe {
class Transaction;

namespace sql {

class Querybuf;
class Transaction;
class Statement;
class Connection;
class Sequence;
class MySQLConnection;
class PostgreSQLConnection;
class SQLiteConnection;
class SQLiteStatement;

}
}
#endif