]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/strbuff.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
one step further on C++ization of replay
[simgrid.git] / include / xbt / strbuff.h
index a165786a7a1c91a0bae1e68b46bac0d3a1a132fd..585d719d09fee373d0cc45156a2e4a95de8bf55c 100644 (file)
@@ -36,7 +36,7 @@ struct xbt_strbuff {
 typedef struct xbt_strbuff  s_xbt_strbuff_t;
 typedef struct xbt_strbuff* xbt_strbuff_t;
 
-XBT_PUBLIC(void) xbt_strbuff_empty(xbt_strbuff_t b);
+XBT_PUBLIC(void) xbt_strbuff_clear(xbt_strbuff_t b);
 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);