diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-01-16 22:23:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-01-16 22:23:43 (GMT) |
commit | c2c94c31878dc42926661c9cb7e71be620196fc1 (patch) | |
tree | ee9ce2ae309882348dc1eafc1d105b5e6646605e /src/H5Fpublic.h | |
parent | 903e677366a86ea385d5cfe1241f3f53132941de (diff) | |
download | hdf5-c2c94c31878dc42926661c9cb7e71be620196fc1.zip hdf5-c2c94c31878dc42926661c9cb7e71be620196fc1.tar.gz hdf5-c2c94c31878dc42926661c9cb7e71be620196fc1.tar.bz2 |
[svn-r157] Reformatted code with indent...
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r-- | src/H5Fpublic.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index 818047c..1ed15a7 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -24,23 +24,23 @@ #include <H5Apublic.h> /* file access codes */ -#define H5ACC_DEFAULT 0x0000 /* Use in H5Fopen & H5Fcreate to open a file with default access */ -#define H5ACC_WRITE 0x0001 /* Use in H5Fopen to open a file with write access */ -#define H5ACC_OVERWRITE 0x0002 /* Use in H5Fcreate truncate an existing file */ +#define H5ACC_DEFAULT 0x0000 /* Use in H5Fopen & H5Fcreate to open a file with default access */ +#define H5ACC_WRITE 0x0001 /* Use in H5Fopen to open a file with write access */ +#define H5ACC_OVERWRITE 0x0002 /* Use in H5Fcreate truncate an existing file */ #ifdef __cplusplus -extern "C" { +extern "C" { #endif /* Functions in H5F.c */ -hbool_t H5Fis_hdf5(const char *filename); -hid_t H5Fcreate(const char *filename, uintn flags, hid_t create_template, hid_t access_template); -hid_t H5Fopen(const char *filename, uintn flags, hid_t access_template); -herr_t H5Fclose(hid_t fid); -hid_t H5Fget_create_template (hid_t fid); + hbool_t H5Fis_hdf5(const char *filename); + hid_t H5Fcreate(const char *filename, uintn flags, hid_t create_template, hid_t access_template); + hid_t H5Fopen(const char *filename, uintn flags, hid_t access_template); + herr_t H5Fclose(hid_t fid); + hid_t H5Fget_create_template(hid_t fid); #ifdef __cplusplus } -#endif #endif +#endif |