This file is indexed.

/usr/include/unicap/ucil_png.h is in libucil2-dev 0.9.5-1.1build1.

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
/*
** ucil_png.h
** 
** Made by Arne Caspari
** Login   <arne@localhost>
** 
** Started on  Tue Oct 16 18:30:52 2007 Arne Caspari
** Last update Tue Oct 16 18:30:52 2007 Arne Caspari
*/

#ifndef   	UCIL_PNG_H_
# define   	UCIL_PNG_H_

#include <unicap.h>

unicap_status_t ucil_load_png( char *filename, unicap_data_buffer_t *buffer );

#endif 	    /* !UCIL_PNG_H_ */