X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Futility%2Ffutil.h;h=fb57965007baa3c6cf637aa99f2f47998b342963;hb=a2e02d12cf2e9dcbc2c35fd6c1142f05412b53ac;hp=ded880b5f6ce12ecb460f1e423c55bd12b32aeae;hpb=d64102a1b1a599d7905ecdaa8ea47b2fcdce244a;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/utility/futil.h b/src/gromacs/utility/futil.h index ded880b5f6..fb57965007 100644 --- a/src/gromacs/utility/futil.h +++ b/src/gromacs/utility/futil.h @@ -3,7 +3,7 @@ * * Copyright (c) 1991-2000, University of Groningen, The Netherlands. * Copyright (c) 2001-2004, The GROMACS development team. - * Copyright (c) 2013,2014,2015,2018,2019, by the GROMACS development team, led by + * Copyright (c) 2013,2014,2015,2018,2019,2021, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gromacs.org. @@ -189,7 +189,7 @@ void gmx_tmpnam(char* buf); * * Renames/moves a file atomically, if the OS makes that available. */ -int gmx_file_rename(const char* oldname, const char* newname); +void gmx_file_rename(const char* oldname, const char* newname); /*! \brief * Copies a file (data only) oldname to newname.