/usr/include/paw/ntuple/qpflags.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 28 29 30 31 32 33 34 35 | /*
* qpflags.h --
* Manage debug flags for the QP package
*
* Original: 25-Jan-1995 11:29
*
* Author: Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
*
* $Id: qpflags.h,v 1.2 1996/04/23 18:39:09 maartenb Exp $
*
* $Log: qpflags.h,v $
* Revision 1.2 1996/04/23 18:39:09 maartenb
* - Add RCS keywords
*
*
*/
#ifndef CERN_QPFLAGS
#define CERN_QPFLAGS
int
qp_flags_set( char *option, int value );
int
qp_flags_get( char *option );
void
qptime( int flag );
void
qpflags_();
#endif /* CERN_QPFLAGS */
|