This file is indexed.

/usr/include/gammu/gammu.h is in libgammu-dev 1.33.0-3.

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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/**
 * \file gammu.h
 * \author Michal Čihař
 *
 * Top level include for applications.
 */
#ifndef __gammu_gammu_h
#define __gammu_gammu_h

#ifdef	__cplusplus
extern "C" {
#endif

#include <gammu-types.h>
#include <gammu-statemachine.h>
#include <gammu-error.h>
#include <gammu-inifile.h>
#include <gammu-backup.h>
#include <gammu-config.h>
#include <gammu-nokia.h>
#include <gammu-call.h>
#include <gammu-security.h>
#include <gammu-keys.h>
#include <gammu-call.h>
#include <gammu-calendar.h>
#include <gammu-callback.h>
#include <gammu-category.h>
#include <gammu-message.h>
#include <gammu-file.h>
#include <gammu-ringtone.h>
#include <gammu-info.h>
#include <gammu-unicode.h>
#include <gammu-misc.h>
#include <gammu-debug.h>

#ifdef	__cplusplus
}
#endif
#endif
/* Editor configuration
 * vim: noexpandtab sw=8 ts=8 sts=8 tw=72:
 */