ovsdb-idl: Fix resolution of references from one table to another.
[openvswitch] / lib / dynamic-string.h
index 01b93c4e7de299be0f14955c1cf28624c475c894..136cedc90585959240fe6c9d6416f861bb20923f 100644 (file)
@@ -44,6 +44,7 @@ void ds_put_utf8(struct ds *, int uc);
 void ds_put_char_multiple(struct ds *, char, size_t n);
 void ds_put_buffer(struct ds *, const char *, size_t n);
 void ds_put_cstr(struct ds *, const char *);
+void ds_put_and_free_cstr(struct ds *, char *);
 void ds_put_format(struct ds *, const char *, ...) PRINTF_FORMAT(2, 3);
 void ds_put_format_valist(struct ds *, const char *, va_list)
     PRINTF_FORMAT(2, 0);