X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6..39c935d6d5ee86d153f6f7e6a10d723ae7c57f6f:/include/xbt/str.h diff --git a/include/xbt/str.h b/include/xbt/str.h index d0bc0a6506..c31cde157d 100644 --- a/include/xbt/str.h +++ b/include/xbt/str.h @@ -1,6 +1,6 @@ /* str.h - XBT string related functions. */ -/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -24,7 +24,6 @@ SG_BEGIN_DECL * @{ */ -XBT_PUBLIC xbt_dynar_t xbt_str_split(const char* s, const char* sep); 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);