Remove more uses of typedefs.h
[alexxy/gromacs.git] / src / gromacs / fileio / mdoutf.h
index 243920ea90eaba1e6b40f07f05de6d5995a628b6..3372db38d9cf3c14912a74262192447b26ce58e7 100644 (file)
@@ -86,7 +86,7 @@ void done_mdoutf(gmx_mdoutf_t of);
 void mdoutf_write_to_trajectory_files(FILE *fplog, t_commrec *cr,
                                       gmx_mdoutf_t of,
                                       int mdof_flags,
-                                      gmx_mtop_t *top_global,
+                                      struct gmx_mtop_t *top_global,
                                       gmx_int64_t step, double t,
                                       t_state *state_local, t_state *state_global,
                                       rvec *f_local, rvec *f_global);