diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/tng_io.c | 2 | ||||
| -rw-r--r-- | src/lib/tng_io.h | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index d99b06b..c99cd18 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -6887,7 +6887,7 @@ tng_function_status tng_frame_write_interval(tng_trajectory_t tng_data,  } -tng_function_status tng_get_time_str(tng_trajectory_t tng_data, +tng_function_status tng_time_get_str(tng_trajectory_t tng_data,                                       char *time)  {      struct tm *time_data; diff --git a/src/lib/tng_io.h b/src/lib/tng_io.h index 59b8265..785f636 100644 --- a/src/lib/tng_io.h +++ b/src/lib/tng_io.h @@ -699,7 +699,7 @@ tng_function_status tng_frame_write_interval(tng_trajectory_t tng_data,     must be reserved beforehand.     Returns TNG_SUCCESS (0) if successful, TNG_FAILURE (1) if a minor error     has occurred or TNG_CRITICAL (2) if a major error has occured. */ -tng_function_status tng_get_time_str(tng_trajectory_t tng_data, char *time); +tng_function_status tng_time_get_str(tng_trajectory_t tng_data, char *time);  #ifdef __cplusplus  }  /* end extern "C" */  | 
