summaryrefslogtreecommitdiffstats
path: root/src/model/gi_type_data_init.h (plain)
blob: 5c45cbad365d332dd45deea868a913f52704cc45
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef GI_TYPE_DATA_INIT_H
#define GI_TYPE_DATA_INIT_H

#include <hdf5.h>

/*
 * Initialize the structures describing the struct.  These descriptive
 * structures are used by the HDF5 API.
 */
void
gi_type_data_init (size_t *dst_size, size_t *dst_offset, size_t *dst_sizes,
		   hid_t *field_type);

#endif // GI_TYPE_DATA_INIT_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.