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 253c819..c244ec9 100644 --- a/fortran/src/H5f90proto.h +++ b/fortran/src/H5f90proto.h @@ -4,7 +4,7 @@ #include "H5Git.h" __DLL__ int HD5c2fstr(char *str, int len); __DLL__ char * HD5f2cstring (_fcd fdesc, int len); -__DLL__ int HDpackFstring(char *src, char *dest, int len); +__DLL__ int HD5packFstring(char *src, char *dest, int len); /* * Functions from H5Ff.c |