Enable missing declarations warning
[alexxy/gromacs.git] / src / gromacs / utility / futil.cpp
index 149ac9560d4135ac1c9f7453c160956d61aa2a2b..c7d0a40521895531393841ce4c5aa1034f3bbcc5 100644 (file)
@@ -144,7 +144,7 @@ void gmx_set_max_backup_count(int count)
     s_maxBackupCount = count;
 }
 
-void push_ps(FILE *fp)
+static void push_ps(FILE *fp)
 {
     t_pstack *ps;