diff options
Diffstat (limited to 'fortran/src/H5f90proto.h')
-rw-r--r-- | fortran/src/H5f90proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h index 492eec7..253c819 100644 --- a/fortran/src/H5f90proto.h +++ b/fortran/src/H5f90proto.h @@ -3,7 +3,7 @@ #include "H5Git.h" __DLL__ int HD5c2fstr(char *str, int len); -__DLL__ char * HD5fcstring (_fcd fdesc, int len); +__DLL__ char * HD5f2cstring (_fcd fdesc, int len); __DLL__ int HDpackFstring(char *src, char *dest, int len); /* |