Fixed header for gmx_conect_init
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Wed, 6 Apr 2011 16:16:12 +0000 (18:16 +0200)
committerDavid van der Spoel <spoel@xray.bmc.uu.se>
Wed, 6 Apr 2011 16:17:03 +0000 (18:17 +0200)
src/gromacs/legacyheaders/pdbio.h

index 77aa6c07cd3c142e51391e0fae169694f70e7fde..092451805f6f6dd2221165a302be1e320fd0130a 100644 (file)
@@ -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);