This file is indexed.

/usr/include/libspreadsheet-1.12/spreadsheet/number-match.h is in gnumeric 1.12.35-1.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
26
27
/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
#ifndef _GNM_NUMBER_MATCH_H_
# define _GNM_NUMBER_MATCH_H_

#include "gnumeric.h"

G_BEGIN_DECLS

GnmValue   *format_match_simple (char const *text);
GnmValue   *format_match        (char const *text, GOFormat const *cur_fmt,
				 GODateConventions const *date_conv);
GnmValue   *format_match_number (char const *text, GOFormat const *cur_fmt,
				 GODateConventions const *date_conv);
GnmValue   *format_match_decimal_number_with_locale
                                (char const *text, GOFormatFamily *family,
				 GString const *curr, GString const *thousand,
				 GString const *decimal);

GnmValue *format_match_datetime (char const *text,
				 GODateConventions const *date_conv,
				 gboolean month_before_day,
				 gboolean add_format,
				 gboolean presume_date);

G_END_DECLS

#endif /* _GNM_NUMBER_MATCH_H_ */