/usr/include/paw/ntuple/qp_name.h is in libpawlib2-dev 1:2.14.04.dfsg.2-9.
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 | /*
* qp_name.h --
* Definitions for all the name lookup resolving
*
* Original: 10-Oct-1994 13:51
*
* Author: Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
*
* $Id: qp_name.h,v 1.3 1996/04/23 18:38:47 maartenb Exp $
*
* $Log: qp_name.h,v $
* Revision 1.3 1996/04/23 18:38:47 maartenb
* - Add RCS keywords
*
*
*/
#ifndef CERN_NAME
#define CERN_NAME
#include <paw/ntuple/qp_tree.h>
STIndex
name_resolve( char * const name, int * r );
#endif /* CERN_NAME */
|