This file is indexed.

/usr/include/syslog-ng/parse-number.h is in syslog-ng-dev 3.5.3-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
#ifndef PARSE_NUMBER_H_INCLUDED
#define PARSE_NUMBER_H_INCLUDED

#include "syslog-ng.h"

gboolean parse_number_with_suffix(const gchar *str, glong *result);
gboolean parse_number(const gchar *str, glong *result);

#endif