/usr/include/paw/ntuple/qp_compile.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 36 | /*
* qp_compile.h --
*
* Original: 4-Jan-1995 18:51
*
* Author: Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
*
* $Id: qp_compile.h,v 1.4 1996/04/23 18:38:11 maartenb Exp $
*
* $Log: qp_compile.h,v $
* Revision 1.4 1996/04/23 18:38:11 maartenb
* - Add RCS keywords
*
*
*/
#ifndef CERN_QP_COMPILE
#define CERN_QP_COMPILE
#include <paw/ntuple/qp_query.h>
extern QuerySrc * the_qs_record;
extern int qp_current_cut;
QueryExe *
qp_compile( QuerySrc * qs, bool match_expr, int * errp );
pTree
qp_get_cut_tree( int idx );
int
qp_parse_cut( int cid, int *errp );
#endif /* CERN_QP_COMPILE */
|