Enable missing declarations warning
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gen_ad.cpp
index 0396424d434a3b72fa61c2437fea89e622f60100..fe26641bc2863ff9af52c4d7a6581aa1267d57a6 100644 (file)
@@ -564,7 +564,7 @@ static int nb_dist(t_nextnb *nnb, int ai, int aj)
     return NRE;
 }
 
-gmx_bool is_hydro(t_atoms *atoms, int ai)
+static gmx_bool is_hydro(t_atoms *atoms, int ai)
 {
     return ((*(atoms->atomname[ai]))[0] == 'H');
 }