This file is indexed.

/usr/include/geomview/clisp.h is in libgeomview-dev 1.9.4-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
LObject * l_quote(LObject * a1);
LObject * l_if(LObject * a1, LObject * a2, LObject * a3);
int l_not(LObject * a1);
LObject * l_or(LObject * a1, LObject * a2);
int l_and(LObject * a1, LObject * a2);
int l_greater(LObject * a1, LObject * a2);
int l_less(LObject * a1, LObject * a2);
int l_equal(LObject * a1, LObject * a2);
int l_sgi();
int l_NeXT();
LObject * l_progn(LList * a1);
LObject * l_car(LList  * a1);
LObject * l_cdr(LList  * a1);
void l_interest(LList  * a1);
void l_uninterest(LList  * a1);
void l_time_interests(float a1, char * a2, char * a3, char * a4);
void l_regtable();
void l_help(char * a1);
void l_morehelp(char * a1);