X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/71ea8b52194dae67bc4c34179b8065f8ff8ec2ed..84a3dfad9368c3d7901eaa0a58ffb95ccccb8bc5:/include/xbt/str.h diff --git a/include/xbt/str.h b/include/xbt/str.h index b90f86bf1e..8ba1010a0e 100644 --- a/include/xbt/str.h +++ b/include/xbt/str.h @@ -50,13 +50,10 @@ XBT_PUBLIC(void) xbt_str_subst(char *str, char from, char to, int amount); XBT_PUBLIC(char *) xbt_str_varsubst(const char *str, xbt_dict_t patterns); /* */ -XBT_PUBLIC(void) xbt_str_strip_spaces(char *); XBT_PUBLIC(char *) xbt_str_diff(const char *a, const char *b); XBT_PUBLIC(char *) xbt_str_from_file(FILE * file); -XBT_PUBLIC(int) xbt_str_start_with(const char* str, const char* start); - XBT_PUBLIC(long int) xbt_str_parse_int(const char* str, const char* error_msg); XBT_PUBLIC(double) xbt_str_parse_double(const char* str, const char* error_msg);