This file is indexed.

/usr/include/tachyon/winbmp.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
/*
 *  winbmp.h - This file deals with Windows Bitmap image files 
 *             (reading/writing)
 *
 *  $Id: winbmp.h,v 1.1 2000/08/15 06:26:07 johns Exp $
 */ 

int writebmp(char * name, int xres, int yres, unsigned char *imgdata);