X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d3ba4acfbebaa5dea295bf02ab69f0331498a2cd..e6a50b4cff693954278df4f26b46ac9abe689e79:/src/xbt/xbt_str.c diff --git a/src/xbt/xbt_str.c b/src/xbt/xbt_str.c index 02ee5ab6b4..90725f8410 100644 --- a/src/xbt/xbt_str.c +++ b/src/xbt/xbt_str.c @@ -395,6 +395,9 @@ char *xbt_str_join(xbt_dynar_t dyn, const char*sep) { } #if !defined(HAVE_GETLINE) || defined(DOXYGEN) +/* prototype here, just in case */ +long getline(char **buf, size_t *n, FILE *stream); + /** @brief Get a single line from the stream (reimplementation of the GNU getline) * * This is a redefinition of the GNU getline function, used on platforms where it does not exists.