This file is indexed.

/usr/share/ada/adainclude/dbus-ada/dbus_misc_h.ads is in libdbusada0.2-dev 0.2-2.

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
with Interfaces.C; use Interfaces.C;
with Interfaces.C.Strings;

package dbus_misc_h is

   function dbus_get_local_machine_id return Interfaces.C.Strings.chars_ptr;  -- ../dbus/dbus-misc.h:40:13
   pragma Import (C, dbus_get_local_machine_id, "dbus_get_local_machine_id");

   procedure dbus_get_version
     (arg1 : access int;
      arg2 : access int;
      arg3 : access int);  -- ../dbus/dbus-misc.h:42:13
   pragma Import (C, dbus_get_version, "dbus_get_version");

end dbus_misc_h;