Reorder code within gmxfio
[alexxy/gromacs.git] / src / gromacs / fileio / gmxfio-impl.h
index e91745a52ded5bad4d2b9b328345f8254ff90204..f42facdc52b2c9a29e685acefe7bfd92dce9b444 100644 (file)
@@ -79,23 +79,9 @@ struct t_fileio
                                           a lock */
 };
 
-/** Names for different items that can be read/written with gmx_fio_do_*() */
-extern const char    *eioNames[eioNR];
-
-/** check the number of items against the allowed number of items */
-void gmx_fio_check_nitem(int eio, int nitem, const char *file,
-                         int line);
-/** check the output type against allowed values */
-void gmx_fio_fe(t_fileio *fio, int eio, const char *desc, const char *srcfile,
-                int line);
-
 /** lock the mutex associated with a fio  */
 void gmx_fio_lock(t_fileio *fio);
 /** unlock the mutex associated with a fio  */
 void gmx_fio_unlock(t_fileio *fio);
 
-/** xdr read/write routine */
-gmx_bool do_xdr(t_fileio *fio, void *item, int nitem, int eio,
-                const char *desc, const char *srcfile, int line);
-
 #endif