added Verlet scheme and NxN non-bonded functionality
[alexxy/gromacs.git] / include / main.h
index 5b10a1b6e42f79306874eb9d7665d06136750011..c6a08cc1d90fe92a1b503f788c11e4491fb0db5a 100644 (file)
 extern "C" {
 #endif
 
+char *gmx_gethostname(char *name, size_t len);
+/* Sets the hostname to the value given by gethostname, if available,
+ * and to "unknown" otherwise. name should have at least size len.
+ * Returns name.
+ */
+
 void gmx_log_open(const char *fn,const t_commrec *cr,
-                          gmx_bool bMasterOnly, unsigned long Flags, FILE**);
+                          gmx_bool bMasterOnly, gmx_bool bAppendFiles, FILE**);
 /* Open the log file, if necessary (nprocs > 1) the logfile name is
  * communicated around the ring.
  */