This file is indexed.

/usr/include/tachyon/psd.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
/*
 *  psd.h - This file deals with Photoshop format image files (reading/writing)
 *
 *  $Id: psd.h,v 1.2 2007/02/13 04:38:48 johns Exp $
 */ 

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