From dafd388e95719a952a792d480981e050d6b97257 Mon Sep 17 00:00:00 2001 From: David van der Spoel Date: Wed, 6 Apr 2011 18:16:12 +0200 Subject: [PATCH] Fixed header for gmx_conect_init --- include/pdbio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pdbio.h b/include/pdbio.h index 77aa6c07cd..092451805f 100644 --- a/include/pdbio.h +++ b/include/pdbio.h @@ -136,7 +136,7 @@ void gmx_conect_add(gmx_conect conect,int ai,int aj); gmx_conect gmx_conect_generate(t_topology *top); /* Generate a conect structure from a topology */ -gmx_conect gmx_conect_init(); +gmx_conect gmx_conect_init(void); /* Initiate data structure */ void gmx_conect_done(gmx_conect gc); -- 2.11.4.GIT