Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-21 10:05:33

0001 /*
0002  *  qpflags.h  --
0003  *  Manage debug flags for the QP package
0004  *
0005  *  Original: 25-Jan-1995 11:29
0006  *
0007  *  Author:   Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
0008  *
0009  *  $Id$
0010  *
0011  *  $Log$
0012  *  Revision 1.2  1996/04/23 18:39:09  maartenb
0013  *  - Add RCS keywords
0014  *
0015  *
0016  */
0017 
0018 #ifndef CERN_QPFLAGS
0019 #define CERN_QPFLAGS
0020 
0021 
0022 int
0023 qp_flags_set( char *option, int value );
0024 
0025 int
0026 qp_flags_get( char *option );
0027 
0028 void
0029 qptime( int flag );
0030 
0031 void
0032 qpflags_();
0033 
0034 
0035 #endif  /*  CERN_QPFLAGS    */