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/H5Gpublic.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/H5Gpublic.h')
-rw-r--r-- | src/H5Gpublic.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/H5Gpublic.h b/src/H5Gpublic.h index c7de680..f10f33e 100644 --- a/src/H5Gpublic.h +++ b/src/H5Gpublic.h @@ -1,17 +1,17 @@ /*------------------------------------------------------------------------- - * Copyright (C) 1997 National Center for Supercomputing Applications. + * Copyright (C) 1997 National Center for Supercomputing Applications. * All rights reserved. * *------------------------------------------------------------------------- * - * Created: H5Gproto.h - * Jul 11 1997 - * Robb Matzke <matzke@llnl.gov> + * Created: H5Gproto.h + * Jul 11 1997 + * Robb Matzke <matzke@llnl.gov> * - * Purpose: Public declarations for the H5G package (symbol - * tables). + * Purpose: Public declarations for the H5G package (symbol + * tables). * - * Modifications: + * Modifications: * *------------------------------------------------------------------------- */ @@ -24,19 +24,19 @@ #include <H5Apublic.h> #ifdef __cplusplus -extern "C" { +extern "C" { #endif -hid_t H5Gcreate (hid_t file_id, const char *name, size_t size_hint); -hid_t H5Gopen (hid_t file_id, const char *name); -herr_t H5Gclose (hid_t grp_id); + hid_t H5Gcreate(hid_t file_id, const char *name, size_t size_hint); + hid_t H5Gopen(hid_t file_id, const char *name); + herr_t H5Gclose(hid_t grp_id); + + herr_t H5Gset(hid_t file, const char *name); + herr_t H5Gpush(hid_t file, const char *name); + herr_t H5Gpop(hid_t file); -herr_t H5Gset (hid_t file, const char *name); -herr_t H5Gpush (hid_t file, const char *name); -herr_t H5Gpop (hid_t file); - #ifdef __cplusplus } -#endif #endif +#endif |