![]() |
|
|||
File indexing completed on 2025-02-21 10:05:32
0001 /* 0002 * qp_execute.h -- 0003 * Declarations for the query interpreter, and 0004 * data structures. 0005 * 0006 * Original: 23-Nov-1994 17:06 0007 * 0008 * Author: Maarten Ballintijn <Maarten.Ballintijn@cern.ch> 0009 * 0010 * $Id$ 0011 * 0012 * $Log$ 0013 * Revision 1.4 1996/04/23 18:38:38 maartenb 0014 * - Add RCS keywords 0015 * 0016 * 0017 */ 0018 0019 #ifndef CERN_QP_EXECUTE 0020 #define CERN_QP_EXECUTE 0021 0022 0023 #include "qp_query.h" 0024 #include "qp_command.h" 0025 0026 void 0027 qp_execute( 0028 QueryExe * qxp, 0029 long start_evt, 0030 long nevt, 0031 QPCmd *cmd, 0032 int * errp 0033 ); 0034 0035 #endif /* CERN_QP_EXECUTE */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |