]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/str.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merge changes. Strange, it seems to ate pierre commit
[simgrid.git] / include / xbt / str.h
index c7b4ed1597c6931b60e1c5b78af361d5fe5ecc1f..225ef425bdcc0915c9b86e524586f7d90696294a 100644 (file)
@@ -45,7 +45,7 @@ XBT_PUBLIC(char *) xbt_str_varsubst(char *str, xbt_dict_t patterns);
 
 /* */
 XBT_PUBLIC(void) xbt_str_strip_spaces(char *);
-XBT_PUBLIC(char *) xbt_str_diff(char *a, char *b);
+XBT_PUBLIC(char *) xbt_str_diff(const char *a, const char *b);
 
 XBT_PUBLIC(char *) xbt_str_from_file(FILE * file);