This file is indexed.

/usr/include/paw/ntuple/hash_int_table.h is in libpawlib2-dev 1:2.14.04.dfsg.2-9.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
19
20
21
22
23
24
25
26
27
28
/*
 *  hash_int_table.h  --
 *	Declare a hash table (string,int)
 *
 *  Original: 10-Jan-1996 11:58
 *
 *  Author:   Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
 *
 *  $Id: hash_int_table.h,v 1.2 1996/04/23 18:37:58 maartenb Exp $
 *
 *  $Log: hash_int_table.h,v $
 *  Revision 1.2  1996/04/23 18:37:58  maartenb
 *  - Add RCS keywords
 *
 *
 */

#ifndef CERN_HASH_INT_TABLE
#define CERN_HASH_INT_TABLE


#define	HASH_PREF	HashInt
#define	HashData	int

#include <paw/ntuple/hash_table.h>


#endif	/*	CERN_HASH_INT_TABLE	*/