From: Frederic Suter Date: Sun, 26 Mar 2017 13:01:22 +0000 (+0200) Subject: fix build? X-Git-Tag: v3.16~447 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/df72f731663f08b05673537f1792972d2ff09ba8?hp=f3f75bc2f18724100ab01ced9891742ea48b7a08 fix build? --- diff --git a/include/xbt/strbuff.h b/include/xbt/strbuff.h index cc7aaa52af..b81e4354df 100644 --- a/include/xbt/strbuff.h +++ b/include/xbt/strbuff.h @@ -37,7 +37,7 @@ typedef struct xbt_strbuff { typedef s_xbt_strbuff_t* xbt_strbuff_t; XBT_PUBLIC(void) xbt_strbuff_clear(xbt_strbuff_t b); -XBT_PUBLIC(xbt_strbuff_t) xbt_strbuff_new(); +XBT_PUBLIC(xbt_strbuff_t) xbt_strbuff_new(void); XBT_PUBLIC(xbt_strbuff_t) xbt_strbuff_new_from(const char *s); XBT_PUBLIC(void) xbt_strbuff_free(xbt_strbuff_t b); XBT_PUBLIC(void) xbt_strbuff_free_container(xbt_strbuff_t b);