This file is indexed.

/usr/include/tachyon/render.h is in libtachyon-dev 0.99~b2+dfsg-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
/*
 * render.h - This file contains the defines for the top level functions 
 *
 *  $Id: render.h,v 1.4 1998/07/26 06:43:09 johns Exp $
 */

void create_render_threads(scenedef * scene);
void destroy_render_threads(scenedef * scene);
void renderscene(scenedef *);