This file is indexed.

/usr/include/rra/frontend.h is in librra-dev 0.14-1.2build1.

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
#ifndef __frontend_h__
#define __frontend_h__

#include <synce.h>

#define ID_FRONTEND_UNKNOWN 0
#define ID_FRONTEND_KDEPIM 1
#define ID_FRONTEND_EVOLUTION 2

void rra_frontend_set(uint32_t frontend);
uint32_t rra_frontend_get();

#endif