This file is indexed.

/usr/include/cloudproviders/enums.h is in libcloudproviders-dev 0.2.5-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
#pragma once

#include <glib-object.h>


G_BEGIN_DECLS

/* enumerations from "cloudprovidersaccount.h" */


GType cloud_providers_account_status_get_type (void);
#define CLOUD_TYPE_PROVIDERS_ACCOUNT_STATUS (cloud_providers_account_status_get_type())

G_END_DECLS