diff options
Diffstat (limited to 'src/H5Gpublic.h')
-rw-r--r-- | src/H5Gpublic.h | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/H5Gpublic.h b/src/H5Gpublic.h index f10f33e..3ca5cd4 100644 --- a/src/H5Gpublic.h +++ b/src/H5Gpublic.h @@ -11,7 +11,7 @@ * Purpose: Public declarations for the H5G package (symbol * tables). * - * Modifications: + * Modifications: * *------------------------------------------------------------------------- */ @@ -24,19 +24,17 @@ #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); - - herr_t H5Gset(hid_t file, const char *name); - herr_t H5Gpush(hid_t file, const char *name); - herr_t H5Gpop(hid_t file); +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); #ifdef __cplusplus } - #endif #endif |