HDF5  1.12.0
H5Rprivate.h
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2  * Copyright by The HDF Group. *
3  * Copyright by the Board of Trustees of the University of Illinois. *
4  * All rights reserved. *
5  * *
6  * This file is part of HDF5. The full HDF5 copyright notice, including *
7  * terms governing use, modification, and redistribution, is contained in *
8  * the COPYING file, which can be found at the root of the source code *
9  * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
10  * If you do not have access to either file, you may request a copy from *
11  * help@hdfgroup.org. *
12  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13 
14 /*
15  * This file contains private information about the H5R module
16  */
17 #ifndef _H5Rprivate_H
18 #define _H5Rprivate_H
19 
20 #include "H5Rpublic.h"
21 
22 /* Private headers needed by this file */
23 
24 /**************************/
25 /* Library Private Macros */
26 /**************************/
27 
28 #define H5R_ENCODE_VERSION 0x1 /* Version for encoding references */
29 
30 
31 /****************************/
32 /* Library Private Typedefs */
33 /****************************/
34 
35 
36 /*****************************/
37 /* Library Private Variables */
38 /*****************************/
39 
40 
41 /******************************/
42 /* Library Private Prototypes */
43 /******************************/
44 
45 #endif /* _H5Rprivate_H */
46 
H5Rpublic.h