Merge branch 'rotation-4-5' into rotation
[alexxy/gromacs.git] / include / string2.h
index 184c82205969c988ea47a61086e581c8cfa8ca00..0f26e3ffbc4973a362fe3db94d424b1e2855a75a 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);