X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08e7455d67920bbd7a87f440d00f2c1e071314a0..f71e493a21cbe3ca6dce72765bf0b46643db158c:/include/xbt/str.h diff --git a/include/xbt/str.h b/include/xbt/str.h index c31cde157d..8ba861d2fe 100644 --- a/include/xbt/str.h +++ b/include/xbt/str.h @@ -24,9 +24,6 @@ SG_BEGIN_DECL * @{ */ -XBT_PUBLIC xbt_dynar_t xbt_str_split_quoted(const char* s); -XBT_PUBLIC xbt_dynar_t xbt_str_split_quoted_in_place(char* s); - XBT_PUBLIC long int xbt_str_parse_int(const char* str, const char* error_mesg); XBT_PUBLIC double xbt_str_parse_double(const char* str, const char* error_mesg);