daemon: Make --monitor process change its process title.
[openvswitch] / lib / dynamic-string.h
index 136cedc90585959240fe6c9d6416f861bb20923f..dc81fb3a76584da668ab5c04af5fdab4e7dfd84c 100644 (file)
@@ -56,6 +56,7 @@ void ds_put_hex_dump(struct ds *ds, const void *buf_, size_t size,
 int ds_get_line(struct ds *, FILE *);
 
 char *ds_cstr(struct ds *);
+const char *ds_cstr_ro(const struct ds *);
 char *ds_steal_cstr(struct ds *);
 void ds_destroy(struct ds *);