Enable missing declarations warning
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_trjconv.cpp
index 45d8686b897220fba48e76722587fb98ecc3c51c..51d48f2b5f0a68c9ede9e19434e305435f9de322 100644 (file)
@@ -463,7 +463,7 @@ static void mk_filenm(char *base, const char *ext, int ndigit, int file_nr,
     std::strcat(out_file, ext);
 }
 
-void check_trr(const char *fn)
+static void check_trr(const char *fn)
 {
     if (fn2ftp(fn) != efTRR)
     {
@@ -471,7 +471,7 @@ void check_trr(const char *fn)
     }
 }
 
-void do_trunc(const char *fn, real t0)
+static void do_trunc(const char *fn, real t0)
 {
     t_fileio        *in;
     FILE            *fp;