Enable missing declarations warning
[alexxy/gromacs.git] / src / gromacs / mdlib / mdebin_bar.cpp
index f50e0c61dcd0f27b4a6ede9a78da38d783ef40af..1b455879102ae62c29376b64e29d73266640844a 100644 (file)
@@ -208,7 +208,7 @@ static void mde_delta_h_make_hist(t_mde_delta_h *dh, int hi, gmx_bool invert)
 }
 
 
-void mde_delta_h_handle_block(t_mde_delta_h *dh, t_enxblock *blk)
+static void mde_delta_h_handle_block(t_mde_delta_h *dh, t_enxblock *blk)
 {
     /* first check which type we should use: histogram or raw data */
     if (dh->nhist == 0)