This file is indexed.

/usr/include/rxp/catutil.h is in librxp-dev 1.5.0-2ubuntu2.

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
#include "charset.h"

extern char *NormalizePublic8(const char8 *public);
extern char *NormalizePublic16(const char16 *public);
extern char *NormalizePublic(const Char *public);

extern char *NormalizeSystem8(const char8 *system);
extern char *NormalizeSystem16(const char16 *system);
extern char *NormalizeSystem(const Char *system);

extern int IsPublicidUrn(const char *id);
extern char *UnwrapPublicidUrn(const char *id);

extern int toUTF8(int c, int *bytes);
extern int percent_escape(int c, char *buf);

extern int strcmpC8(const Char *s1, const char *s2);