Merge branch 'release-4-5-patches'
[alexxy/gromacs.git] / include / string2.h
index 6d949384c437659478161dcea0e0e054b44b7c7a..95cd558880b6eb05d9d298c92c125e9b80a714da 100644 (file)
@@ -118,7 +118,7 @@ char *wrap_lines(const char *buf,int line_width, int indent,
  */
 
 
-char **split(char sep,char *str);
+char **split(char sep,const char *str);
 /* Implementation of the well-known Perl function split */
 
 gmx_large_int_t str_to_large_int_t(const char *str, char **endptr);