X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ffileio%2Fgmxfio.h;h=8f6401da230b7a197777d4bbd8112ba9406ed419;hb=b2b75d45c43c98cf1362e0125381bfc6f0a85782;hp=076d0c334105ee46869ae54cd63b7f2f302a9b43;hpb=cb466e44535ac45f2ee8341dcae39207b5813abe;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/fileio/gmxfio.h b/src/gromacs/fileio/gmxfio.h index 076d0c3341..8f6401da23 100644 --- a/src/gromacs/fileio/gmxfio.h +++ b/src/gromacs/fileio/gmxfio.h @@ -66,9 +66,6 @@ enum { typedef struct t_fileio t_fileio; -extern const char *itemstr[eitemNR]; -extern const char *comment_str[eitemNR]; - /* NOTE ABOUT THREAD SAFETY: The functions are all thread-safe, provided that two threads don't @@ -83,11 +80,6 @@ extern const char *comment_str[eitemNR]; t_fileio *gmx_fio_open(const char *fn, const char *mode); /* Open a new file for reading or writing. * The file type will be deduced from the file name. - * If fn is NULL, stdin / stdout will be used for Ascii I/O (TPA type) - * mode may be "r", "w", or "a". You should append a "b" to the mode - * if you are writing a binary file, but the routine will also - * doublecheck it and try to do it if you forgot. This has no effect on - * unix, but is important on windows. */ int gmx_fio_close(t_fileio *fp); @@ -150,7 +142,7 @@ void gmx_fio_checktype(t_fileio *fio); ***************************************************/ void gmx_fio_rewind(t_fileio *fio); -/* Rewind the tpa file in fio */ +/* Rewind the file in fio */ int gmx_fio_flush(t_fileio *fio); /* Flush the fio, returns 0 on success */